Uses of Class
com.yahoo.search.query.QueryTree
-
Packages that use QueryTree 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.prelude.query.parser com.yahoo.search.query The search query modelcom.yahoo.search.query.parser Provides access to parsing query strings into queriescom.yahoo.search.querytransform Vespa search platform query transformation infrastructure.com.yahoo.search.yql YQL+ integration. -
-
Uses of QueryTree in com.yahoo.prelude.query
Methods in com.yahoo.prelude.query with parameters of type QueryTree Modifier and Type Method Description static String
QueryCanonicalizer. canonicalize(QueryTree queryTree)
Canonicalizes this query, allowing any query tree size -
Uses of QueryTree in com.yahoo.prelude.query.parser
Methods in com.yahoo.prelude.query.parser that return QueryTree Modifier and Type Method Description QueryTree
AbstractParser. parse(Parsable query)
QueryTree
ProgrammaticParser. parse(Parsable query)
-
Uses of QueryTree in com.yahoo.search.query
Methods in com.yahoo.search.query that return QueryTree Modifier and Type Method Description QueryTree
QueryTree. clone()
Returns a deep copy of thisQueryTree
Model. getQueryTree()
Returns the query as an object structure.QueryTree
SelectParser. parse(Parsable query)
-
Uses of QueryTree in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser that return QueryTree Modifier and Type Method Description QueryTree
Parser. parse(Parsable query)
-
Uses of QueryTree in com.yahoo.search.querytransform
Methods in com.yahoo.search.querytransform with parameters of type QueryTree Modifier and Type Method Description static Item
QueryTreeUtil. andQueryItemWithRoot(QueryTree tree, Item item)
Deprecated.Adds the given item to this query -
Uses of QueryTree in com.yahoo.search.yql
Methods in com.yahoo.search.yql that return QueryTree Modifier and Type Method Description QueryTree
YqlParser. parse(Parsable query)
-