mirror of https://github.com/apache/lucene.git
LUCENE-3969: remove nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3969@1311400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad5c89b1b1
commit
11a65763d0
|
@ -321,7 +321,6 @@ public final class ShingleFilter extends TokenFilter {
|
||||||
noShingleOutput = false;
|
noShingleOutput = false;
|
||||||
}
|
}
|
||||||
offsetAtt.setOffset(offsetAtt.startOffset(), nextToken.offsetAtt.endOffset());
|
offsetAtt.setOffset(offsetAtt.startOffset(), nextToken.offsetAtt.endOffset());
|
||||||
// nocommit is this right!? i'm just guessing...
|
|
||||||
posLenAtt.setPositionLength(builtGramSize);
|
posLenAtt.setPositionLength(builtGramSize);
|
||||||
isOutputHere = true;
|
isOutputHere = true;
|
||||||
gramSize.advance();
|
gramSize.advance();
|
||||||
|
|
Loading…
Reference in New Issue