: Questions:
: - what is the advantage of having indexed=true and docvalues=true?
indexed="true" and docValues="true" are orthoginal. it might make sense
to use both if you wnated to do term queries on the field but also
faceting -- because indexed tems are generally faster for queries, but
Hi list,
I want to try docValues for my facets and sorting with solr 4.2.1
and have already seen many papers, examples and source code about
and around docValues, but there are still some questions.
The example schema.xml has fields:
and it has a comment for docValues:
For popularity with do