Class QueryTreeUtil

java.lang.Object
com.yahoo.search.querytransform.QueryTreeUtil

@Deprecated public class QueryTreeUtil extends Object
Deprecated.
use QueryTree.and instead // TODO: Remove on Vespa 8
Utility class for manipulating a QueryTree.
Author:
geirst
  • Constructor Details

    • QueryTreeUtil

      public QueryTreeUtil()
      Deprecated.
  • Method Details

    • andQueryItemWithRoot

      public static Item andQueryItemWithRoot(Query query, Item item)
      Deprecated.
      Adds the given item to this query
      Returns:
      the new root of the query tree
    • andQueryItemWithRoot

      public static Item andQueryItemWithRoot(QueryTree tree, Item item)
      Deprecated.
      Adds the given item to this query
      Returns:
      the new root of the query tree