Package org.apache.lucene.sandbox.queries

Additional queries (some may have caveats or limitations)

See:
          Description

Class Summary
DuplicateFilter Filter to remove duplicate values from search results.
FuzzyLikeThisQuery Fuzzifies ALL terms provided as strings and then picks the best n differentiating terms.
SlowCollatedStringComparator Deprecated. Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
SlowCollatedTermRangeFilter Deprecated. Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
SlowCollatedTermRangeQuery Deprecated. Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
SlowCollatedTermRangeTermsEnum Deprecated. Index collation keys with CollationKeyAnalyzer or ICUCollationKeyAnalyzer instead.
SlowFuzzyQuery Deprecated. Use FuzzyQuery instead.
SlowFuzzyTermsEnum Deprecated. Use FuzzyTermsEnum instead.
 

Enum Summary
DuplicateFilter.KeepMode KeepMode determines which document id to consider as the master, all others being identified as duplicates.
DuplicateFilter.ProcessingMode "Full" processing mode starts by setting all bits to false and only setting bits for documents that contain the given field and are identified as none-duplicates.
 

Package org.apache.lucene.sandbox.queries Description

Additional queries (some may have caveats or limitations)



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