Class FacetSource
Source items for facets.
For supported configuration parameters see ContentItemsSource.
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)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
public abstract class FacetSource : ContentItemsSource, IDisposable
  Methods
| Improve this Doc View SourceConfigure(FacetsConfig)
Declaration
public abstract void Configure(FacetsConfig config)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FacetsConfig | config | 
GetNextFacets(IList<FacetField>)
Fills the next facets content items in the given list. Implementations must account for multi-threading, as multiple threads can call this method simultaneously.
Declaration
public abstract void GetNextFacets(IList<FacetField> facets)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IList<FacetField> | facets | 
ResetInputs()
Declaration
public override void ResetInputs()
  Overrides
Implements
      System.IDisposable