[ https://issues.apache.org/jira/browse/SOLR-5544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13844147#comment-13844147 ]
Markus Jelsma commented on SOLR-5544: ------------------------------------- You probably configured to use FVH but it cannot because you did not configure positions and offsets. It then uses old highlighter instead. I think the warning should be there. > Log spamming by 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 > Priority: Minor > > 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