Ejemplo n.º 1
0
 //called by StrategyTestCase; we can't let it call our makeQuery which will UOE ex.
 protected override Query makeQuery(SpatialTestQuery q)
 {
     return(new FilteredQuery(new MatchAllDocsQuery(), strategy.MakeFilter(q.args),
                              FilteredQuery.QUERY_FIRST_FILTER_STRATEGY));
 }
Ejemplo n.º 2
0
 //called by StrategyTestCase; we can't let it call our makeQuery which will UOE ex.
 protected override Query makeQuery(SpatialTestQuery q)
 {
     return new FilteredQuery(new MatchAllDocsQuery(), strategy.MakeFilter(q.args),
         FilteredQuery.QUERY_FIRST_FILTER_STRATEGY);
 }