You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Esther Quansah (JIRA)" <ji...@apache.org> on 2016/06/15 17:17:09 UTC

[jira] [Created] (SOLR-9212) Enable FastVectorHighlighter to Work on MultiPhraseQuery

Esther Quansah created SOLR-9212:
------------------------------------

             Summary: Enable FastVectorHighlighter to Work on MultiPhraseQuery
                 Key: SOLR-9212
                 URL: https://issues.apache.org/jira/browse/SOLR-9212
             Project: Solr
          Issue Type: Bug
          Components: highlighter
    Affects Versions: 5.3
         Environment: Linux, OSx, Windows
            Reporter: Esther Quansah


FastVectorHighlighter will not highlight on MultiPhraseQuery - will instead just skip and return results. 

Example:
I have synonyms.txt file and it contains
break,breaks,broke,brake

If I search for "brake vehicle", the query parses to MultiPhraseQuery with brake vehicle, break vehicle, breaks vehicle, broke vehicle as possible matches. Would like highlighting to occur on all of those results. Currently there are no highlighting results at all.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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