[jira] Updated: (LUCENE-645) Highligter fails to include non-token at end of string to be highlighted

2007-02-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-645: -- This fix works well for our case with JapaneseAnalyzer. input text: AAA BBB CCC (DDD EEE) output

[jira] Commented: (LUCENE-973) Token of returns in CJK

2008-02-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12569706#action_12569706 ] Koji Sekiguchi commented on LUCENE-973: --- The current CJKTokenizer returns a redundant

[jira] Updated: (LUCENE-973) Token of returns in CJK

2008-07-30 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-973: -- Attachment: with-patch.jpg without-patch.jpg I attached Solr analysis screen

[jira] Commented: (LUCENE-973) Token of returns in CJK

2008-07-30 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12618534#action_12618534 ] Koji Sekiguchi commented on LUCENE-973: --- Hi Steven, bq. The test class in your patch

[jira] Created: (LUCENE-1398) Add ReverseStringFilter

2008-09-22 Thread Koji Sekiguchi (JIRA)
Add ReverseStringFilter --- Key: LUCENE-1398 URL: https://issues.apache.org/jira/browse/LUCENE-1398 Project: Lucene - Java Issue Type: New Feature Components: Analysis Reporter: Koji Sekiguchi

[jira] Updated: (LUCENE-973) Token of returns in CJKTokenizer + new TestCJKTokenizer

2008-10-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-973: -- Attachment: LUCENE-973.patch A patch attached which uses unicode character representations

[jira] Commented: (LUCENE-1286) LargeDocHighlighter - another span highlighter optimized for large documents

2008-11-09 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646177#action_12646177 ] Koji Sekiguchi commented on LUCENE-1286: bq. First rough patch to follow shortly.

[jira] Created: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2008-11-23 Thread Koji Sekiguchi (JIRA)
CharFilter - normalize characters before tokenizer -- Key: LUCENE-1466 URL: https://issues.apache.org/jira/browse/LUCENE-1466 Project: Lucene - Java Issue Type: New Feature

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2008-11-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466.patch a patch attached. CharFilter - normalize characters before

[jira] Commented: (LUCENE-1286) LargeDocHighlighter - another span highlighter optimized for large documents

2008-11-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651452#action_12651452 ] Koji Sekiguchi commented on LUCENE-1286: Thanks, Mark. I've tryed Ronnie's patch

[jira] Created: (LUCENE-1489) highlighter problem with n-gram tokens

2008-12-11 Thread Koji Sekiguchi (JIRA)
highlighter problem with n-gram tokens -- Key: LUCENE-1489 URL: https://issues.apache.org/jira/browse/LUCENE-1489 Project: Lucene - Java Issue Type: Bug Components: contrib/highlighter

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2008-12-12 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Description: This proposes to import CharFilter that has been introduced in Solr 1.4.

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2008-12-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12658735#action_12658735 ] Koji Sekiguchi commented on LUCENE-1500: I think the bug in Solr, not Lucene.

[jira] Created: (LUCENE-1522) another highlighter

2009-01-19 Thread Koji Sekiguchi (JIRA)
another highlighter --- Key: LUCENE-1522 URL: https://issues.apache.org/jira/browse/LUCENE-1522 Project: Lucene - Java Issue Type: Improvement Components: contrib/highlighter Reporter: Koji Sekiguchi

[jira] Updated: (LUCENE-1522) another highlighter

2009-01-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch to apply this patch, LUCENE-1448 also need to be applied.

[jira] Updated: (LUCENE-1522) another highlighter

2009-01-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Description: I've written this highlighter for my project to support bi-gram token

[jira] Updated: (LUCENE-1522) another highlighter

2009-01-25 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Description: I've written this highlighter for my project to support bi-gram token stream

[jira] Updated: (LUCENE-1522) another highlighter

2009-02-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch The attached patch has colored tag highlighting feature. :)

[jira] Updated: (LUCENE-1522) another highlighter

2009-02-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: colored-tag-sample.png another highlighter ---

[jira] Updated: (LUCENE-1398) Add ReverseStringFilter

2009-02-25 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1398: --- Attachment: LUCENE-1398.patch {quote} I don't know how others feel, but I'd personally like

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677626#action_12677626 ] Koji Sekiguchi commented on LUCENE-1500: bq. for that field type. I will

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-02-27 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12677639#action_12677639 ] Koji Sekiguchi commented on LUCENE-1500: Peter, thank you. bq. In the thread you

[jira] Commented: (LUCENE-1522) another highlighter

2009-03-12 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681264#action_12681264 ] Koji Sekiguchi commented on LUCENE-1522: {quote} This highlighter looks very

[jira] Commented: (LUCENE-1522) another highlighter

2009-03-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682112#action_12682112 ] Koji Sekiguchi commented on LUCENE-1522: Mark, bq. I'm guessing that's not an

[jira] Commented: (LUCENE-1522) another highlighter

2009-03-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682111#action_12682111 ] Koji Sekiguchi commented on LUCENE-1522: Mike, I'm sorry for late reply. bq. Is

[jira] Commented: (LUCENE-1522) another highlighter

2009-03-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682351#action_12682351 ] Koji Sekiguchi commented on LUCENE-1522: {quote} Actually I was asking whether

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-03-19 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466.patch renamed correctPosition() to correct() because it is for

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710035#action_12710035 ] Koji Sekiguchi commented on LUCENE-1629: Just an FYI. There have been a working

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12710118#action_12710118 ] Koji Sekiguchi commented on LUCENE-1629: bq. koji, have you considered using icu

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12718539#action_12718539 ] Koji Sekiguchi commented on LUCENE-1466: If I can vote for it, I want it to be

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-18 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466.patch updated patch attached. - sync trunk (smart chinese

[jira] Issue Comment Edited: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-18 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12721588#action_12721588 ] Koji Sekiguchi edited comment on LUCENE-1466 at 6/18/09 7:04 PM:

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-20 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722283#action_12722283 ] Koji Sekiguchi commented on LUCENE-1466: Oops. Thanks for the updated patch, Mike!

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-21 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12722435#action_12722435 ] Koji Sekiguchi commented on LUCENE-1466: bq. Solr has already committed

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466.patch Added TestMappingCharFilter test case (copied from Solr).

[jira] Commented: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12723334#action_12723334 ] Koji Sekiguchi commented on LUCENE-1466: Thank you Mike for committing this! I'll

[jira] Updated: (LUCENE-1466) CharFilter - normalize characters before tokenizer

2009-06-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1466: --- Attachment: LUCENE-1466-TestCharFilter.patch an additional test for CharFilter that I

[jira] Updated: (LUCENE-1522) another highlighter

2009-06-28 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch Added more comment and index time synonym support and its

[jira] Updated: (LUCENE-1522) another highlighter

2009-06-30 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch I added package.html to explain the algorithm of H2. :)

[jira] Created: (LUCENE-1734) CharReader should delegate reset/mark/markSupported

2009-07-04 Thread Koji Sekiguchi (JIRA)
CharReader should delegate reset/mark/markSupported --- Key: LUCENE-1734 URL: https://issues.apache.org/jira/browse/LUCENE-1734 Project: Lucene - Java Issue Type: Bug Components:

[jira] Updated: (LUCENE-1734) CharReader should delegate reset/mark/markSupported

2009-07-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1734: --- Attachment: LUCENE-1734.patch CharFilter can delegate, too. I'd like to call reset() to

[jira] Updated: (LUCENE-1522) another highlighter

2009-07-06 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch Thank you for your advice, Michael. bq. because they test

[jira] Commented: (LUCENE-1522) another highlighter

2009-07-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12728454#action_12728454 ] Koji Sekiguchi commented on LUCENE-1522: bq. FastVectorHighlighter? +1 from me.

[jira] Updated: (LUCENE-1522) another highlighter

2009-07-09 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522.patch renamed Highlighter2 to FastVectorHighlighter :) another

[jira] Created: (LUCENE-1752) incorrect snippet returned with SpanScorer

2009-07-17 Thread Koji Sekiguchi (JIRA)
incorrect snippet returned with SpanScorer -- Key: LUCENE-1752 URL: https://issues.apache.org/jira/browse/LUCENE-1752 Project: Lucene - Java Issue Type: Bug Components: contrib/highlighter

[jira] Commented: (LUCENE-1752) incorrect snippet returned with SpanScorer

2009-07-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732531#action_12732531 ] Koji Sekiguchi commented on LUCENE-1752: The patch looks good! Thanks, Mark. I

[jira] Commented: (LUCENE-1752) incorrect snippet returned with SpanScorer

2009-07-21 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733662#action_12733662 ] Koji Sekiguchi commented on LUCENE-1752: The patch was tested on their environment

[jira] Updated: (LUCENE-1752) incorrect snippet returned with SpanScorer

2009-07-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1752: --- Fix Version/s: 2.9 I'd like set 2.9. With the patch, highlighter works on our production

[jira] Commented: (LUCENE-1695) Update the Highlighter to use the new TokenStream API

2009-08-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737885#action_12737885 ] Koji Sekiguchi commented on LUCENE-1695: Mark, can you remove System.out from

[jira] Created: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-01 Thread Koji Sekiguchi (JIRA)
Add benchmark task for FastVectorHighlighter Key: LUCENE-1773 URL: https://issues.apache.org/jira/browse/LUCENE-1773 Project: Lucene - Java Issue Type: New Feature Components:

[jira] Updated: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1773: --- Attachment: LUCENE-1773.patch Add benchmark task for FastVectorHighlighter

[jira] Commented: (LUCENE-1770) WikipediaQueryMaker

2009-08-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737924#action_12737924 ] Koji Sekiguchi commented on LUCENE-1770: Mark, I used this patch in LUCENE-1773,

[jira] Updated: (LUCENE-1522) another highlighter

2009-08-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522-multiValued-test.patch Now LUCENE-1448 and LUCENE-1759 has been

[jira] Updated: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-01 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1773: --- Attachment: LUCENE-1773.patch Updated: * Fixed javadoc comments * added WarmTV alg in to

[jira] Commented: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739235#action_12739235 ] Koji Sekiguchi commented on LUCENE-1773: Thanks Mike! One thing I forgot to

[jira] Issue Comment Edited: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739235#action_12739235 ] Koji Sekiguchi edited comment on LUCENE-1773 at 8/4/09 4:15 PM:

[jira] Issue Comment Edited: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739235#action_12739235 ] Koji Sekiguchi edited comment on LUCENE-1773 at 8/4/09 4:17 PM:

[jira] Issue Comment Edited: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739235#action_12739235 ] Koji Sekiguchi edited comment on LUCENE-1773 at 8/4/09 4:16 PM:

[jira] Updated: (LUCENE-1770) WikipediaQueryMaker

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1770: --- Attachment: LUCENE-1770.patch bq. changes name to EnWikiQueryMaker changes name to

[jira] Commented: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739323#action_12739323 ] Koji Sekiguchi commented on LUCENE-1773: bq. ReadTask.doHighlight is deprecated -

[jira] Issue Comment Edited: (LUCENE-1773) Add benchmark task for FastVectorHighlighter

2009-08-04 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12739323#action_12739323 ] Koji Sekiguchi edited comment on LUCENE-1773 at 8/4/09 8:20 PM:

[jira] Created: (LUCENE-1809) highlight-vs-vector-highlight.alg is unfair

2009-08-14 Thread Koji Sekiguchi (JIRA)
highlight-vs-vector-highlight.alg is unfair --- Key: LUCENE-1809 URL: https://issues.apache.org/jira/browse/LUCENE-1809 Project: Lucene - Java Issue Type: Bug Components: contrib/benchmark

[jira] Updated: (LUCENE-1809) highlight-vs-vector-highlight.alg is unfair

2009-08-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1809: --- Attachment: LUCENE-1809.patch The patch introduces a boolean property

[jira] Updated: (LUCENE-1809) highlight-vs-vector-highlight.alg is unfair

2009-08-14 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1809: --- Attachment: LUCENE-1809.patch Because FastVectorHighlighter's strength is the performance

[jira] Reopened: (LUCENE-1522) another highlighter

2009-08-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi reopened LUCENE-1522: There is a bug in BaseFragmentsBuilder. When the highlighting field is not stored,

[jira] Updated: (LUCENE-1522) another highlighter

2009-08-15 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1522: --- Attachment: LUCENE-1522-fix-SIOOBE.patch The patch includes the fix and a test case.

[jira] Commented: (LUCENE-1906) Problem with CharStream and Tokenizers with custom reset(Reader) method

2009-09-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12753906#action_12753906 ] Koji Sekiguchi commented on LUCENE-1906: +1, patch looks good, thanks Uwe!

[jira] Commented: (LUCENE-1906) Backwards problems with CharStream and Tokenizers with custom reset(Reader) method

2009-09-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12754100#action_12754100 ] Koji Sekiguchi commented on LUCENE-1906: bq. There may be some changes needed in

[jira] Created: (LUCENE-1912) FastVectorHighlighter: latter terms cannot be highlighted if two or more terms are concatenated

2009-09-16 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: latter terms cannot be highlighted if two or more terms are concatenated --- Key: LUCENE-1912 URL:

[jira] Updated: (LUCENE-1912) FastVectorHighlighter: latter terms cannot be highlighted if two or more terms are concatenated

2009-09-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1912: --- Attachment: LUCENE-1912.patch the fix and the test case. FastVectorHighlighter: latter

[jira] Created: (LUCENE-1913) FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery

2009-09-17 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery --- Key: LUCENE-1913 URL: https://issues.apache.org/jira/browse/LUCENE-1913

[jira] Updated: (LUCENE-1913) FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery

2009-09-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1913: --- Attachment: LUCENE-1913.patch The fix and the test case, the test case produces AIOOBE if

[jira] Created: (LUCENE-1953) FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException

2009-10-07 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException Key: LUCENE-1953 URL: https://issues.apache.org/jira/browse/LUCENE-1953

[jira] Updated: (LUCENE-1953) FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException

2009-10-07 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1953: --- Attachment: LUCENE-1953.patch Patch that includes the fix and test cases. Will commit soon.

[jira] Issue Comment Edited: (LUCENE-1953) FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException

2009-10-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12763497#action_12763497 ] Koji Sekiguchi edited comment on LUCENE-1953 at 10/8/09 6:52 AM:

[jira] Resolved: (LUCENE-1953) FastVectorHighlighter: small fragCharSize can cause StringIndexOutOfBoundsException

2009-10-08 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-1953. Resolution: Fixed Thanks, Mark! BTW, I cannot assign myself because I cannot find Assign

[jira] Updated: (LUCENE-1959) Index Splitter

2009-10-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-1959: --- Attachment: mp-splitter5.patch I added small fix. If we have 13 docs (docid=0,1,2,...,12)

[jira] Issue Comment Edited: (LUCENE-1959) Index Splitter

2009-10-10 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12764313#action_12764313 ] Koji Sekiguchi edited comment on LUCENE-1959 at 10/10/09 12:48 AM:

[jira] Created: (LUCENE-2098) make BaseCharFilter more efficient in performance

2009-11-30 Thread Koji Sekiguchi (JIRA)
make BaseCharFilter more efficient in performance - Key: LUCENE-2098 URL: https://issues.apache.org/jira/browse/LUCENE-2098 Project: Lucene - Java Issue Type: Improvement Components:

[jira] Updated: (LUCENE-2204) FastVectorHighlighter: some classes and members should be publicly accessible

2010-01-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2204: --- Summary: FastVectorHighlighter: some classes and members should be publicly accessible

[jira] Created: (LUCENE-2204) FastVectorHighlighter:

2010-01-11 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: --- Key: LUCENE-2204 URL: https://issues.apache.org/jira/browse/LUCENE-2204 Project: Lucene - Java Issue Type: Improvement Components: contrib/highlighter Affects Versions: 3.0,

[jira] Updated: (LUCENE-2204) FastVectorHighlighter: some classes and members should be publicly accessible to implement FragmentsBuilder

2010-01-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2204: --- Summary: FastVectorHighlighter: some classes and members should be publicly accessible to

[jira] Updated: (LUCENE-2204) FastVectorHighlighter: some classes and members should be publicly accessible to implement FragmentsBuilder

2010-01-11 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2204: --- Attachment: LUCENE-2204.patch A patch attached. It includes reset methods for Tokenizer

[jira] Resolved: (LUCENE-2204) FastVectorHighlighter: some classes and members should be publicly accessible to implement FragmentsBuilder

2010-01-12 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2204. Resolution: Fixed Committed revision 898323. FastVectorHighlighter: some classes and

[jira] Created: (LUCENE-2207) CJKTokenizer generates tokens with incorrect offsets

2010-01-13 Thread Koji Sekiguchi (JIRA)
CJKTokenizer generates tokens with incorrect offsets Key: LUCENE-2207 URL: https://issues.apache.org/jira/browse/LUCENE-2207 Project: Lucene - Java Issue Type: Bug Components:

[jira] Updated: (LUCENE-2207) CJKTokenizer generates tokens with incorrect offsets

2010-01-13 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2207: --- Attachment: TestCJKOffset.java Attached the program that reproduces the problem. In the

[jira] Updated: (LUCENE-2207) CJKTokenizer generates tokens with incorrect offsets

2010-01-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2207: --- Attachment: LUCENE-2207.patch Hi Robert, thank you for looking this so quickly! {quote} ok

[jira] Issue Comment Edited: (LUCENE-2207) CJKTokenizer generates tokens with incorrect offsets

2010-01-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801312#action_12801312 ] Koji Sekiguchi edited comment on LUCENE-2207 at 1/17/10 4:54 AM:

[jira] Commented: (LUCENE-2207) CJKTokenizer generates tokens with incorrect offsets

2010-01-17 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801363#action_12801363 ] Koji Sekiguchi commented on LUCENE-2207: {quote} I think instead this should be

[jira] Created: (LUCENE-2243) FastVectorHighlighter: support DisjunctionMaxQuery

2010-01-29 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: support DisjunctionMaxQuery -- Key: LUCENE-2243 URL: https://issues.apache.org/jira/browse/LUCENE-2243 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-2243) FastVectorHighlighter: support DisjunctionMaxQuery

2010-01-29 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2243: --- Attachment: LUCENE-2243.patch The fix attached. I'll commit later today.

[jira] Resolved: (LUCENE-2243) FastVectorHighlighter: support DisjunctionMaxQuery

2010-01-30 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2243. Resolution: Fixed bq. Koji, could you use a foreach loop instead of the iterator... just

[jira] Created: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-02-22 Thread Koji Sekiguchi (JIRA)
FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field -- Key: LUCENE-2278 URL: https://issues.apache.org/jira/browse/LUCENE-2278

[jira] Updated: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-02-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2278: --- Attachment: LUCENE-2278.patch Fix and a test case attached. FastVectorHighlighter:

[jira] Commented: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-02-22 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12836988#action_12836988 ] Koji Sekiguchi commented on LUCENE-2278: getBestFragment() method needs docId and

[jira] Commented: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-02-23 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12837213#action_12837213 ] Koji Sekiguchi commented on LUCENE-2278: I'll commit in a few days.

[jira] Resolved: (LUCENE-2278) FastVectorHighlighter: highlighted term is out of alignment in multi-valued NOT_ANALYZED field

2010-02-24 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi resolved LUCENE-2278. Resolution: Fixed Committed revision 916090. FastVectorHighlighter: highlighted term is