mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
suppress SimpleText codec for slow facets tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bce50e6574
commit
8074dd44af
@ -43,6 +43,7 @@ import org.apache.lucene.store.Directory;
|
|||||||
import org.apache.lucene.util.Bits;
|
import org.apache.lucene.util.Bits;
|
||||||
import org.apache.lucene.util.IOUtils;
|
import org.apache.lucene.util.IOUtils;
|
||||||
import org.apache.lucene.util.LuceneTestCase;
|
import org.apache.lucene.util.LuceneTestCase;
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
||||||
import org.apache.lucene.util._TestUtil;
|
import org.apache.lucene.util._TestUtil;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
@ -64,7 +65,7 @@ import org.junit.BeforeClass;
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Base faceted search test. */
|
@SuppressCodecs({"SimpleText"})
|
||||||
public abstract class FacetTestBase extends LuceneTestCase {
|
public abstract class FacetTestBase extends LuceneTestCase {
|
||||||
|
|
||||||
/** Holds a search and taxonomy Directories pair. */
|
/** Holds a search and taxonomy Directories pair. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user