I really don't understand the question. What behavior are you seeing that leads you to ask?
bq: Is it necessary duplicate the field and set index and stored to false and If this means setting _both_ indexed and stored to false, then you effectively throw the field completely away, there's no point in doing this. FWIW, Erick On Mon, Oct 21, 2013 at 1:39 PM, yriveiro <yago.rive...@gmail.com> wrote: > Hi, > > If I have a field (named dv_field) configured to be indexed, stored and > with > docvalues=true. > > How I know that when I do a query like: > > q=*:*&facet=true&facet.field=dv_field, I'm really using the docvalues and > not the normal way? > > Is it necessary duplicate the field and set index and stored to false and > let the docvalues property set to true? > > > > ----- > Best regards > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Question-about-docvalues-tp4096802.html > Sent from the Solr - User mailing list archive at Nabble.com. >