You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sovanramy VAR (JIRA)" <ji...@apache.org> on 2013/08/09 14:11:47 UTC

[jira] [Comment Edited] (LUCENE-4502) Highlighter does not highlight when using large exact phrase query

    [ https://issues.apache.org/jira/browse/LUCENE-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734708#comment-13734708 ] 

Sovanramy VAR edited comment on LUCENE-4502 at 8/9/13 12:10 PM:
----------------------------------------------------------------

Hello, I'm taking over the project from Nicolas, and I'm still having the same issue. When there are 7 relevant words on the search query, an empty result is returned, but when only 6 relevant words are used, the good result is returned.

Is there anything we are doing wrong, maybe a configuration parameter to set, or is it a real bug ?

Thank you.
                
      was (Author: svar):
    Hello, I'm taking over the project from Nicolas, and I'm still having the same issue. When there is 7 relevant words on the search query, an empty result is returned, but when only 6 relevant words are used, the good result is returned.

Is there anything we are doing wrong, maybe a configuration parameter to set, or is it a real bug ?

Thank you.
                  
> Highlighter does not highlight when using large exact phrase query 
> -------------------------------------------------------------------
>
>                 Key: LUCENE-4502
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4502
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/highlighter
>    Affects Versions: 3.6, 4.0
>            Reporter: Nicolas Labrot
>         Attachments: LUCENE-4502.zip
>
>
> For example I have the text 
> {noformat} 
> The text which appears before and after a highlighted term when using the simple formatter This parameter accepts per-field overrides.
> {noformat}
> I want to highlight this text with the query 
> {code:java} 
> String query = "\"which appears before and after a highlighted term when using the simple formatter\""
> {code}
> Using the EnglishAnalyzer it does not highlight. 
> Using the WhitespaceAnalyzer it's highlight.
> If the query is smaller the hightlight is correct. 
> I have try to track the issue, but it go to deeply into Lucene core at NearSpansUnordered  

--
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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org