MANISH KUMAR created SOLR-5544:
----------------------------------

             Summary: Log spamming DefaultSolrHighlighter
                 Key: SOLR-5544
                 URL: https://issues.apache.org/jira/browse/SOLR-5544
             Project: Solr
          Issue Type: Improvement
          Components: highlighter
    Affects Versions: 4.0
            Reporter: MANISH KUMAR


In DefaultSolrHighlighter.java

The method useFastVectorHighlighter has
 log.warn( "Solr will use Highlighter instead of FastVectorHighlighter because 
{} field does not store TermPositions and TermOffsets.", fieldName );

Above method gets called each field and there could be cases where 
TermPositions & TermOffsets are not stored.

The above line causes huge spamming of logs.

It should be at max a DEBUG level log which will give flexibility of turning it 
off in production environments.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

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

Reply via email to