Uses of Class
com.yahoo.prelude.query.TermType
Packages that use TermType
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 TermType in com.yahoo.prelude.query
Fields in com.yahoo.prelude.query declared as TermTypeModifier and TypeFieldDescriptionstatic final TermTypeTermType.ANDstatic final TermTypeTermType.DEFAULTstatic final TermTypeTermType.EQUIVstatic final TermTypeTermType.NOTstatic final TermTypeTermType.ORstatic final TermTypeTermType.PHRASEstatic final TermTypeTermType.RANKstatic final TermTypeTermType.WEAK_AND -
Uses of TermType in com.yahoo.prelude.semantics.engine
Methods in com.yahoo.prelude.semantics.engine with parameters of type TermTypeModifier and TypeMethodDescriptionvoidAdds an item to the query being evaluated in a way consistent with the query typevoidAdds an item to the query being evaluated in a way consistent with the query typevoidEvaluation.insertItems(List<Item> items, CompositeItem parent, int index, TermType desiredParentType, boolean replacing) Inserts an item to the query being evaluated in a way consistent with the query typevoidRuleEvaluation.insertItems(List<Item> items, CompositeItem parent, int index, TermType termType, boolean replacing) Inserts an item to the query being evaluated in a way consistent with the query type -
Uses of TermType in com.yahoo.prelude.semantics.parser
Methods in com.yahoo.prelude.semantics.parser that return TermType -
Uses of TermType in com.yahoo.prelude.semantics.rule
Methods in com.yahoo.prelude.semantics.rule that return TermTypeModifier and TypeMethodDescriptionTermProduction.getTermType()Returns the type of term to produce, never null.Methods in com.yahoo.prelude.semantics.rule with parameters of type TermTypeModifier and TypeMethodDescriptionvoidTermProduction.setTermType(TermType termType) Sets the term type to produceConstructors in com.yahoo.prelude.semantics.rule with parameters of type TermTypeModifierConstructorDescriptionLiteralTermProduction(String literal, TermType termType) Creates a new produced literal termLiteralTermProduction(String label, String literal, TermType termType) Creates a new produced literal termReferenceTermProduction(String reference, TermType termType, boolean produceAll) Creates a new produced reference termReferenceTermProduction(String label, String reference, TermType termType, boolean produceAll) Creates a new produced reference termTermProduction(TermType termType) Creates a produced template term with no labelTermProduction(String label, TermType termType)