Hi,

Kindly help me understand the behavior of following field.

<field name="manu_exact" type="string" indexed="true" stored="false"
docValues="true" />

For a field like above where indexed="true" and docValues="true", is it
that:
 1) For sorting/faceting on *manu_exact* the docValues will be used.
 2) For querying on *manu_exact* the inverted index will be used.

Thanks,
Modassar

Reply via email to