[ 
https://issues.apache.org/jira/browse/SOLR-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel updated SOLR-4137:
-------------------------

    Description: 
under some circumstances the BaseFragmentsBuilder genereates a 
StringIndexOutOfBoundsException inside the makeFragment method.
The starting offset is higher than the end offset.

I did a small patch checking the offsets and posted it over there at 
Stackoverflow: 
http://stackoverflow.com/questions/12456448/solr-highlight-bug-with-usefastvectorhighlighter

The code in 4.0 seems to be the same as in 3.6.1

Example how to reproduce the behaviour:
There is a word called "www.DAKgesundAktivBonus.de" inside the index. If you 
search for "dak bonus" some offset calculations went wrong.


  was:
under some circumstances the BaseFragmentsBuilder genereates a 
StringIndexOutOfBoundsException inside the makeFragment method.
The starting offset is higher than the end offset.

I did a small patch checking the offsets and posted it over there at 
Stackoverflow: 
http://stackoverflow.com/questions/12456448/solr-highlight-bug-with-usefastvectorhighlighter

The code in 4.0 seems to be the same as in 3.6.1

    
> FastVectorHighlighter: StringIndexOutOfBoundsException in BaseFragmentsBuilder
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-4137
>                 URL: https://issues.apache.org/jira/browse/SOLR-4137
>             Project: Solr
>          Issue Type: Bug
>          Components: highlighter
>    Affects Versions: 3.6.1
>            Reporter: Marcel
>
> under some circumstances the BaseFragmentsBuilder genereates a 
> StringIndexOutOfBoundsException inside the makeFragment method.
> The starting offset is higher than the end offset.
> I did a small patch checking the offsets and posted it over there at 
> Stackoverflow: 
> http://stackoverflow.com/questions/12456448/solr-highlight-bug-with-usefastvectorhighlighter
> The code in 4.0 seems to be the same as in 3.6.1
> Example how to reproduce the behaviour:
> There is a word called "www.DAKgesundAktivBonus.de" inside the index. If you 
> search for "dak bonus" some offset calculations went wrong.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to