mirror of
https://github.com/apache/lucene.git
synced 2025-03-02 14:29:23 +00:00
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
|
// TODO: doesn't handle graph inputs
|
||||||
CJKBigramFilter.class,
|
CJKBigramFilter.class,
|
||||||
// TODO: doesn't handle graph inputs (or even look at positionIncrement)
|
// 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…
x
Reference in New Issue
Block a user