Search in sources :

Example 1 with IndexCombinatorSearcher

use of com.yahoo.prelude.querytransform.IndexCombinatorSearcher in project vespa by vespa-engine.

the class IndexCombinatorTestCase method setUp.

@Before
public void setUp() throws Exception {
    transformer = new IndexCombinatorSearcher();
    f = new IndexFacts();
    f.addIndex("one", "z");
    Index i = new Index("default");
    i.addCommand("match-group a i");
    f.addIndex("one", i);
}
Also used : IndexFacts(com.yahoo.prelude.IndexFacts) IndexCombinatorSearcher(com.yahoo.prelude.querytransform.IndexCombinatorSearcher) Index(com.yahoo.prelude.Index) Before(org.junit.Before)

Aggregations

Index (com.yahoo.prelude.Index)1 IndexFacts (com.yahoo.prelude.IndexFacts)1 IndexCombinatorSearcher (com.yahoo.prelude.querytransform.IndexCombinatorSearcher)1 Before (org.junit.Before)1