mirror of https://github.com/apache/lucene.git
Moved TestBlockJoin test into join package.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab1b26f162
commit
5037d1d5d2
|
@ -1,4 +1,4 @@
|
|||
package org.apache.lucene.search;
|
||||
package org.apache.lucene.search.join;
|
||||
|
||||
/**
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
@ -30,6 +30,7 @@ import org.apache.lucene.index.IndexReader;
|
|||
import org.apache.lucene.index.LogDocMergePolicy;
|
||||
import org.apache.lucene.index.RandomIndexWriter;
|
||||
import org.apache.lucene.index.Term;
|
||||
import org.apache.lucene.search.*;
|
||||
import org.apache.lucene.search.BooleanClause.Occur;
|
||||
import org.apache.lucene.search.grouping.GroupDocs;
|
||||
import org.apache.lucene.search.grouping.TopGroups;
|
Loading…
Reference in New Issue