Hello!

Your field needs to be indexed in order for faceting to work.

-- 
Regards,
 Rafał Kuć
 Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch

> Hi,

> I am having a problem with multiValued field and Faceting

> This is the schema:
> <field name="series" type="string" indexed="false" stored="true"
> required="false" omitTermFreqAndPositions="true" multiValued="true" />

> all I get is:
> <lst name="series" />


> Note: the data is correctly placed in the field as the query results shows.
> However, the facet is not working.

> Could anyone tell me how to achieve it?

> Thanks a lot.


Reply via email to