You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2009/09/17 14:40:57 UTC

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

FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
-------------------------------------------------------------------------------------------

                 Key: LUCENE-1913
                 URL: https://issues.apache.org/jira/browse/LUCENE-1913
             Project: Lucene - Java
          Issue Type: Bug
    Affects Versions: 2.9
            Reporter: Koji Sekiguchi
            Priority: Minor
             Fix For: 2.9


I'm very sorry but this is another one. If q="a b c d" OR "b c", then ArrayIndexOutOfBoundsException occurs in FieldQuery.checkOverlap(). I'm working on this and fix with test case soon to be posted.
Thank you for your patient!


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


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

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved LUCENE-1913.
---------------------------------

       Resolution: Fixed
    Lucene Fields: [New, Patch Available]  (was: [New])

> FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1913
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1913
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Koji Sekiguchi
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1913.patch
>
>
> I'm very sorry but this is another one. If q="a b c d" OR "b c", then ArrayIndexOutOfBoundsException occurs in FieldQuery.checkOverlap(). I'm working on this and fix with test case soon to be posted.
> Thank you for your patient!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


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

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller reassigned LUCENE-1913:
-----------------------------------

    Assignee: Mark Miller

Another one! Well, since your country produced Cowboy Bebop, I guess I can get on board here as some kind of minor repayment...

> FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1913
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1913
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Koji Sekiguchi
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1913.patch
>
>
> I'm very sorry but this is another one. If q="a b c d" OR "b c", then ArrayIndexOutOfBoundsException occurs in FieldQuery.checkOverlap(). I'm working on this and fix with test case soon to be posted.
> Thank you for your patient!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


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

Posted by "Koji Sekiguchi (JIRA)" <ji...@apache.org>.
     [ 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 the fix isn't applied. Thanks!

> FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-1913
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1913
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 2.9
>            Reporter: Koji Sekiguchi
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: LUCENE-1913.patch
>
>
> I'm very sorry but this is another one. If q="a b c d" OR "b c", then ArrayIndexOutOfBoundsException occurs in FieldQuery.checkOverlap(). I'm working on this and fix with test case soon to be posted.
> Thank you for your patient!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org