Uses of Class
org.apache.lucene.facet.index.streaming.CountingListTokenizer
-
Packages that use CountingListTokenizer Package Description org.apache.lucene.facet.index Indexing of document categories -
-
Uses of CountingListTokenizer in org.apache.lucene.facet.index
Methods in org.apache.lucene.facet.index that return CountingListTokenizer Modifier and Type Method Description protected CountingListTokenizerCategoryDocumentBuilder. getCountingListTokenizer(org.apache.lucene.analysis.TokenStream categoryStream)Get aCountingListTokenizerfor creating counting list token.
-