Markus Jelsma created SOLR-3966:
-----------------------------------
Summary: LangID not to log WARN
Key: SOLR-3966
URL: https://issues.apache.org/jira/browse/SOLR-3966
Project: Solr
Issue Type: Improvement
Affects Versions: 4.0
Reporter: Markus Jelsma
Fix For: 4.1, 5.0
The LangID UpdateProcessor emits the warning below for documents that do not
contain an input field. The level should go to DEBUG or be removed. It is not
uncommon to see a log full of these messages just because not all documents
contain all the fields we're mapping.
{code}Oct 19, 2012 11:23:43 AM
org.apache.solr.update.processor.LanguageIdentifierUpdateProcessor process
WARNING: Document <ID> does not contain input field <FIELD>. Skipping
this{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]