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"));
}
Aggregations