On 8/13/2018 12:02 AM, Zahra Aminolroaya wrote:
Thanks Erick, Shawn and Tomoko for complete answers.
If I set both docvalue and indexed "true" in a field, will Solr understand
to use which technique for faceting or searching? Or Is there any way to
inform Solr to use which technique?
Solr will check the schema and the index to see what's available, and
use the best option it can find for whatever it's trying to do. As far
as I know, Solr doesn't offer any direct ways to force a particular data
structure for a given operation. There might be some *indirect* ways for
some things that I'm not aware of.
Thanks,
Shawn