Uses of Package
org.apache.lucene.analysis.commongrams

Packages that use org.apache.lucene.analysis.commongrams
org.apache.lucene.analysis.commongrams Construct n-grams for frequently occurring terms and phrases. 
 

Classes in org.apache.lucene.analysis.commongrams used by org.apache.lucene.analysis.commongrams
CommonGramsFilter
          Construct bigrams for frequently occurring terms while indexing.
CommonGramsQueryFilter
          Wrap a CommonGramsFilter optimizing phrase queries by only returning single words when they are not a member of a bigram.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.