Hmm, not sure about the annoying message...

The bit about searching docValues=true, indexed=false is a bit trappy.
It works, it even works OK on small data sets. But it's conceptually a
"table scan" and as soon as your corpus reaches any decent size it'll
perform terribly.

Best,
Erick

On Fri, May 5, 2017 at 3:09 AM, Yago Riveiro <yago.rive...@gmail.com> wrote:
> 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.

Reply via email to