mirror of https://github.com/apache/lucene.git
move test to correct package
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8074dd44af
commit
0c59316f96
|
@ -1,7 +1,8 @@
|
|||
package org.apache.lucene.facet;
|
||||
package org.apache.lucene.facet.search;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.lucene.facet.FacetTestBase;
|
||||
import org.apache.lucene.facet.search.FacetsCollector;
|
||||
import org.apache.lucene.facet.search.params.CountFacetRequest;
|
||||
import org.apache.lucene.facet.search.params.FacetSearchParams;
|
Loading…
Reference in New Issue