Search in sources :

Example 1 with QueryCombinator

use of com.yahoo.search.querytransform.QueryCombinator in project vespa by vespa-engine.

the class QueryCombinatorTestCase method setUp.

protected void setUp() throws Exception {
    super.setUp();
    searcher = new QueryCombinator(new ComponentId("combinationTest"));
}
Also used : QueryCombinator(com.yahoo.search.querytransform.QueryCombinator) ComponentId(com.yahoo.component.ComponentId)

Aggregations

ComponentId (com.yahoo.component.ComponentId)1 QueryCombinator (com.yahoo.search.querytransform.QueryCombinator)1