@ExportPackage
Class | Description |
---|---|
CJKSearcher |
Search to do necessary transforms if the query is in segmented in a CJK language.
|
CollapsePhraseSearcher |
Make single item phrases in query into single word items.
|
IndexCombinatorSearcher | Deprecated
do not use
|
IndexCombinatorSearcher.ArrayComparator | |
LiteralBoostSearcher |
Adds rank terms to boost hits matching exact literals fields using info
from indexing commands.
|
NonPhrasingSearcher |
Detects and removes certain phrases from the query.
|
NoRankingSearcher |
Avoid doing relevance calculations if sorting only
on attributes.
|
NormalizingSearcher |
Normalizes accents
|
PhraseMatcher |
Detects query phrases using an automaton.
|
PhraseMatcher.MatchedPhrases |
Holder of a lazily created list of matched phrases
|
PhraseMatcher.Phrase |
Points to a collection of word items (one or more)
which is matches a complete listing in an automat
|
PhraseMatcher.Phrase.Matched | |
PhraseMatcher.Phrase.MatchedComposite | |
PhraseMatcher.Phrase.MatchedWord | |
PhraseMatcher.Phrase.MatchIterator | |
PhrasingSearcher |
Detects query phrases.
|
QueryRewrite | |
RecallSearcher |
This searcher parses the content of the "recall" query property as a filter expression alongside a placeholder
query string.
|
StemmingSearcher |
Replaces query terms with their stems
|
StemmingSearcher.Connectivity |
Enum | Description |
---|---|
IndexCombinatorSearcher.RewriteStrategies | |
QueryRewrite.Recall |
Copyright © 2018. All rights reserved.