You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Eirik Hungnes <hu...@rubrikkgroup.com> on 2017/05/30 16:17:04 UTC

Collapse/Expand on non indexed field

Hi,

We are seeing that the ExpandComponent does not expand results when the
field is not indexed. If indexed=true the results will be expanded as
expected.

1. Is that the case?
2. Why?

Here is the field used for collapse/expand:
<field name="expandme" type="string" indexed="false" stored="false"
multiValued="false" docValues="true" />

Thanks,
Eirik