[
https://issues.apache.org/jira/browse/LUCENE-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Smiley updated LUCENE-7551:
---------------------------------
Component/s: (was: core/search)
modules/highlighter
> FastVectorHighlighter ignores position in PhraseQuery
> -----------------------------------------------------
>
> Key: LUCENE-7551
> URL: https://issues.apache.org/jira/browse/LUCENE-7551
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/highlighter
> Reporter: Ferenczi Jim
> Priority: Minor
>
> The PhraseQuery contains a list of terms and the positions for each term. The
> FVH ignores the term position and assumes that a phrase query is always
> dense. As a result phrase query with gaps are not highlighted at all. This is
> problematic for text fields that use a FilteringTokenFilter. This token
> filter removes tokens but preserves the position increment of each removal.
> Bottom line is that using this token filter breaks the highlighting of phrase
> query that contains filtered tokens.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]