Class AddFacetedDocTask
Add a faceted document.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class AddFacetedDocTask : AddDocTask
Remarks
Config properties:
- with.facets
<tells whether to actually add any facets to the document| Default: true>
This config property allows to easily compare the performance of adding docs with and without facets. Note that facets are created even when this is
false
, just that they are not added to the document (nor to the taxonomy).
See AddDocTask for general document parameters and configuration.
Makes use of the FacetSource in effect - see PerfRunData for facet source settings.
Constructors
Name | Description |
---|---|
AddFacetedDocTask(PerfRunData) |
Methods
Name | Description |
---|---|
DoLogic() | |
GetLogMessage(Int32) | |
Setup() |