Uses of Class
com.yahoo.prelude.query.PredicateQueryItem
-
Packages that use PredicateQueryItem Package Description com.yahoo.prelude.query The query model representing a boolean combination of selection criterions, where elements may be simple criterions, nested boolean operators, or annotated pieces of natural language text.com.yahoo.search.querytransform Vespa search platform query transformation infrastructure. -
-
Uses of PredicateQueryItem in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query that return PredicateQueryItem Modifier and Type Method Description PredicateQueryItem
PredicateQueryItem. clone()
-
Uses of PredicateQueryItem in com.yahoo.search.querytransform
Constructors in com.yahoo.search.querytransform with parameters of type PredicateQueryItem Constructor Description PredicateValueAttributeParser(PredicateQueryItem item)
-