Uses of Class
org.apache.solr.analysis.BufferedTokenStream

Packages that use BufferedTokenStream
org.apache.solr.analysis   
 

Uses of BufferedTokenStream in org.apache.solr.analysis
 

Subclasses of BufferedTokenStream in org.apache.solr.analysis
 class CommonGramsFilter
          Construct bigrams for frequently occurring terms while indexing.
 class CommonGramsQueryFilter
          Wrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram.
 class RemoveDuplicatesTokenFilter
          A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.