Julien Martin created LUCENE-7768:
-------------------------------------

             Summary: Use a different stored field for highlighting
                 Key: LUCENE-7768
                 URL: https://issues.apache.org/jira/browse/LUCENE-7768
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/highlighter
            Reporter: Julien Martin


UnifiedHighlighter uses stored field content to highlight. It has some 
disadvantages, because index grows up fast when using multilingual indexing due 
to several fields has to be stored with same content. This patch allows 
DefaultSolrHighlighter to use "contentField" attribute to loockup content in 
external field.

Lucene portion of issue SOLR-1105, initially raised on Solr
See https://issues.apache.org/jira/browse/SOLR-1105



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to