[jira] Commented: (LUCENE-627) highlighter problems with overlapping tokens

2006-09-12 Thread Kerang Lv (JIRA)
[ 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

[jira] Updated: (LUCENE-627) highlighter problems with overlapping tokens

2006-09-12 Thread Kerang Lv (JIRA)
[ 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 >

Re: [jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2006-09-12 Thread Ning Li
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) {

[jira] Commented: (LUCENE-627) highlighter problems with overlapping tokens

2006-09-12 Thread Mark Harwood (JIRA)
[ 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