[
http://issues.apache.org/jira/browse/LUCENE-627?page=comments#action_12434087 ]
Kerang Lv commented on LUCENE-627:
--
Hi Yonik,
I'm trying to add support for some overlapping bigram analyzer, e.g. the
CJKAnalyzer(http://svn.apache.org/repos/as
[ http://issues.apache.org/jira/browse/LUCENE-627?page=all ]
Kerang Lv updated LUCENE-627:
-
Attachment: Highlighter.java.diff
> highlighter problems with overlapping tokens
>
>
> Key: LUCENE-627
>
The new code does handle the case.
After mergeSegments(...) in maybeMergeSegments(), there is the following code:
numSegments -= mergeFactor;
if (docCount > upperBound) {
minSegment++;
exceedsUpperLimit = true;
} else if (docCount > 0) {
[
http://issues.apache.org/jira/browse/LUCENE-627?page=comments#action_12434291 ]
Mark Harwood commented on LUCENE-627:
-
Hi Kerang, can you supply a patch/tests against the latest version?
I committed a change to highlighter on the 16th Augu