Uses of Class
com.yahoo.prelude.query.TermItem
Packages that use TermItem
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.
-
Uses of TermItem in com.yahoo.prelude.query
Subclasses of TermItem in com.yahoo.prelude.queryModifier and TypeClassDescriptionclassA true/false term suitable for searching bool indexes.classUsed to signal that this term requires exact match if the backend supports it.classFuzzy search termclassThis represents a geo-location in the query tree.classThis represents either a number (integer or floating point) a partial range, given by "<number" or ">number", where the numbers are exclusive, or a full or open range "[number;number], "[number;]" or "[;number]" where the numbers are inclusive, or exclusive if a square bracket is replaced with a pointy one If a range is specified in brackets, it is also permissible to add a third number specifying the number of hits this will match on each node - [from;to;hitLimit]classSpecial words known by the index used for marking things.classA word which matches beginnings of words instead of complete wordsclassThis class represents a numeric range.classMatch a field with the contained regular expression.classA word that matches substrings of wordsclassA word that matches a suffix of words instead of a complete word.classA set of words with differing exactness scores to be used for literal boost ranking.classA simple word or token to match in some field. -
Uses of TermItem in com.yahoo.prelude.querytransform
Methods in com.yahoo.prelude.querytransform that return TermItemModifier and TypeMethodDescriptionPhraseMatcher.Phrase.getItem(int index) Returns the n'th item in this, throws if index out of boundsConstructors in com.yahoo.prelude.querytransform with parameters of type TermItem -
Uses of TermItem in com.yahoo.prelude.semantics.engine
Methods in com.yahoo.prelude.semantics.engine that return TermItemMethods in com.yahoo.prelude.semantics.engine with parameters of type TermItemModifier and TypeMethodDescriptionvoidEvaluation.makeParentMutable(TermItem item) Convert The parent of this item into a mutable item.Constructors in com.yahoo.prelude.semantics.engine with parameters of type TermItem -
Uses of TermItem in com.yahoo.prelude.semantics.rule
Methods in com.yahoo.prelude.semantics.rule with parameters of type TermItemModifier and TypeMethodDescriptionprotected booleanCondition.labelMatches(TermItem evaluationTerm, RuleEvaluation e) -
Uses of TermItem in com.yahoo.search.query.textserialize.item
Methods in com.yahoo.search.query.textserialize.item with parameters of type TermItem