Class AddFacetedDocTask
Add a faceted document.
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
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 Add
Makes use of the Facet
Constructors
| Improve this Doc View SourceAddFacetedDocTask(PerfRunData)
Declaration
public AddFacetedDocTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
Perf |
runData |
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceGetLogMessage(Int32)
Declaration
protected override string GetLogMessage(int recsCount)
Parameters
Type | Name | Description |
---|---|---|
System. |
recsCount |
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSetup()
Declaration
public override void Setup()