Class AddFacetedDocTask
Add a faceted document.
Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class AddFacetedDocTask : AddDocTask, IDisposable
  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
| Improve this Doc View SourceAddFacetedDocTask(PerfRunData)
Declaration
public AddFacetedDocTask(PerfRunData runData)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PerfRunData | runData | 
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
  Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceGetLogMessage(Int32)
Declaration
protected override string GetLogMessage(int recsCount)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | recsCount | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
| Improve this Doc View SourceSetup()
Declaration
public override void Setup()
  Overrides
Implements
      System.IDisposable