Nicolas Labrot created LUCENE-4502:
--------------------------------------
Summary: 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: 4.0, 3.6
Reporter: Nicolas Labrot
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]