Uses of Class
com.yahoo.prelude.query.WordItem
Package
Description
The query model representing a boolean combination of selection criteria, where elements may be
simple criteria, nested boolean operators, or annotated pieces of natural language text.
Vespa search platform query transformation infrastructure.
-
Uses of WordItem in com.yahoo.prelude.query
Modifier and TypeClassDescriptionclass
Used to signal that this term requires exact match if the backend supports it.class
Special words known by the index used for marking things.class
A word which matches beginnings of words instead of complete wordsclass
A word that matches substrings of wordsclass
A word that matches a suffix of words instead of a complete word.Modifier and TypeMethodDescriptionPhraseItem.getWordItem
(int index) Returns a subitem as a word itemPhraseSegmentItem.getWordItem
(int index) Returns a subitem as a word item -
Uses of WordItem in com.yahoo.search.querytransform
Modifier and TypeMethodDescriptionboolean
AllLowercasingSearcher.shouldLowercase
(WordItem word, IndexFacts.Session settings) boolean
AllLowercasingSearcher.shouldLowercase
(String commonPath, WordItem word, IndexFacts.Session settings) abstract boolean
LowercasingSearcher.shouldLowercase
(WordItem word, IndexFacts.Session indexFacts) Override this to control whether a given term should be lowercased.abstract boolean
LowercasingSearcher.shouldLowercase
(String commonPath, WordItem word, IndexFacts.Session indexFacts) boolean
VespaLowercasingSearcher.shouldLowercase
(WordItem word, IndexFacts.Session indexFacts) boolean
VespaLowercasingSearcher.shouldLowercase
(String commonPath, WordItem word, IndexFacts.Session indexFacts)