[
https://issues.apache.org/jira/browse/LUCENE-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734708#comment-13734708
]
Sovanramy VAR commented on LUCENE-4502:
---------------------------------------
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: [email protected]
For additional commands, e-mail: [email protected]