mirror of https://github.com/apache/lucene.git
LUCENE-4065: disable offsets checks for now, in case the ctor gets false as a param
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1350723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26cce83bc8
commit
d13f373e15
|
@ -158,7 +158,9 @@ public class TestRandomChains extends BaseTokenStreamTestCase {
|
|||
// TODO: doesn't handle graph inputs
|
||||
CJKBigramFilter.class,
|
||||
// TODO: doesn't handle graph inputs (or even look at positionIncrement)
|
||||
HyphenatedWordsFilter.class
|
||||
HyphenatedWordsFilter.class,
|
||||
// LUCENE-4065: only if you pass 'false' to enablePositionIncrements!
|
||||
TypeTokenFilter.class
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue