Uses of Class
com.yahoo.prelude.query.WordItem
Packages that use 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
Subclasses of WordItem in com.yahoo.prelude.queryModifier and TypeClassDescriptionclassUsed to signal that this term requires exact match if the backend supports it.classSpecial words known by the index used for marking things.classA word which matches beginnings of words instead of complete wordsclassA word that matches substrings of wordsclassA word that matches a suffix of words instead of a complete word.Methods in com.yahoo.prelude.query that return WordItemModifier and TypeMethodDescriptionIntItem.asWord()Returns this as a wordItemPhraseItem.getWordItem(int index) Returns a subitem as a word item -
Uses of WordItem in com.yahoo.search.querytransform
Methods in com.yahoo.search.querytransform with parameters of type WordItemModifier and TypeMethodDescriptionbooleanAllLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session settings) booleanAllLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session settings) abstract booleanLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session indexFacts) Override this to control whether a given term should be lowercased.abstract booleanLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session indexFacts) booleanVespaLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session indexFacts) booleanVespaLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session indexFacts)