What is the precedence when docValues with stored=true is used?
e.g.
<field name="lang" type="string" indexed="true" stored="true" docValues="true" 
/>

My guess, because of useDocValuesAsStored=true is default, that stored=true is
ignored and the values are pulled from docValues.

And only if useDocValuesAsStored=false is explicitly used then stored=true comes
into play.

Or short, useDocValuesAsStored=true (the default) has precedence over 
stored=true.
I this right?

Regards
Bernd

Reply via email to