See: Description
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| 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.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.