Hello,

Are DocValues *actually* enabled by default when schemaVersion is >= 1.7 ?
When I create a brand new Solr Core with a Schema that do not explicitly
specify "docValues", I find that the "Solr UI Schema viewer" shows up
"DocValues" checked on the "Schema" row of my fields.... But unchecked on
the "Index" field of my fields.

This lets me think that my fields are not really "docValues" at storage
level.

It seems that I still have to explicitly set ""docValues"=true" on my
fields to be sure that both are checked (and thus, actually are DocValues).

Is that the expected behaviour (when schemaVersion is 1.7) ?

Reply via email to