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 CountingListTokenizer
CategoryDocumentBuilder. getCountingListTokenizer(TokenStream categoryStream)
Get aCountingListTokenizer
for creating counting list token.
-