Interface ILuceneTaxonomySearcher
Lucene Taxonomy Searcher
public interface ILuceneTaxonomySearcher : ISearcher, IDisposable
- Inherited Members
Properties
CategoryCount
The number of categories in the Taxonomy
int CategoryCount { get; }
Property Value
Methods
GetOrdinal(string, string[])
Returns the Ordinal for the dim and path
int GetOrdinal(string dim, string[] path)
Parameters
Returns
GetPath(int)
Given a dimensions ordinal (id), get the Path.
IFacetLabel GetPath(int ordinal)
Parameters
ordinal
intDemension ordinal (id)
Returns
- IFacetLabel
Path