Class LuceneSearcherOptions
Represents options for configuring a Lucene searcher.
public class LuceneSearcherOptions
- Inheritance
-
LuceneSearcherOptions
- Derived
- Inherited Members
Properties
Analyzer
Gets or sets the search analyzer.
public Analyzer? Analyzer { get; set; }
Property Value
- Analyzer
FacetConfiguration
Gets or sets the facet configuration.
public FacetsConfig? FacetConfiguration { get; set; }
Property Value
- FacetsConfig