mirror of https://github.com/apache/lucene.git
TestSearcherTaxoManager should extend FacetTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1466791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cfcf2befd
commit
3829e75dcc
|
@ -26,6 +26,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
|
||||
import org.apache.lucene.analysis.MockAnalyzer;
|
||||
import org.apache.lucene.document.Document;
|
||||
import org.apache.lucene.facet.FacetTestCase;
|
||||
import org.apache.lucene.facet.index.FacetFields;
|
||||
import org.apache.lucene.facet.params.FacetIndexingParams;
|
||||
import org.apache.lucene.facet.params.FacetSearchParams;
|
||||
|
@ -36,10 +37,9 @@ import org.apache.lucene.index.IndexWriter;
|
|||
import org.apache.lucene.search.MatchAllDocsQuery;
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.util.IOUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util._TestUtil;
|
||||
|
||||
public class TestSearcherTaxonomyManager extends LuceneTestCase {
|
||||
public class TestSearcherTaxonomyManager extends FacetTestCase {
|
||||
public void test() throws Exception {
|
||||
Directory dir = newDirectory();
|
||||
Directory taxoDir = newDirectory();
|
||||
|
|
Loading…
Reference in New Issue