mirror of https://github.com/apache/lucene.git
disable very very very wasteful codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1553000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab4984419e
commit
5ac5bdbc47
|
@ -21,6 +21,7 @@ import org.apache.lucene.analysis.ngram.EdgeNGramTokenizer;
|
|||
import org.apache.lucene.analysis.ngram.NGramTokenFilter;
|
||||
import org.apache.lucene.analysis.shingle.ShingleFilter;
|
||||
import org.apache.lucene.analysis.util.CharArraySet;
|
||||
import org.apache.lucene.util.LuceneTestCase.SuppressCodecs;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
|
@ -39,6 +40,7 @@ import org.apache.lucene.analysis.util.CharArraySet;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@SuppressCodecs("Direct")
|
||||
public class TestBugInSomething extends BaseTokenStreamTestCase {
|
||||
public void test() throws Exception {
|
||||
final CharArraySet cas = new CharArraySet(TEST_VERSION_CURRENT, 3, false);
|
||||
|
|
Loading…
Reference in New Issue