Hi, I have a field type in my schema configured as:
<fieldType name="string" class="solr.StrField" sortMissingLast="true" indexed="false" stored="false" docValues="true"/> The goal of this field type is allow fields to be faceted and displaying data is necessary. The field be searchable is not a requisite. While I'm indexing data I have this annoying warning in logs: Couldn't decorate docValues for field: [field1_s], schemaField: [field1_s{type=string,properties=omitNorms,omitTermFreqAndPositions,sortMissingLast,docValues,useDocValuesAsStored}] What this warning means? Other thing that I found odd is that fields whit this field type are currently searchable with indexed="false" ----- Best regards /Yago -- View this message in context: http://lucene.472066.n3.nabble.com/Couldn-t-decorate-docValues-for-field-message-in-logs-tp4333505.html Sent from the Solr - User mailing list archive at Nabble.com.