You can't facet on fields where indexed="false". When you look at
output docs, you're seeing _stored_ not indexed data. Set
indexed="true" and re-index...

Best,
Erick


On Tue, Sep 10, 2013 at 5:51 AM, Rah1x <raheel_itst...@yahoo.com> wrote:

> Hi buddy,
>
> I am having this problem that I cant even reach to what you did at first
> step..
>
> all I get is:
> <lst name="series" />
>
> This is the schema:
> <field name="series" type="string" indexed="false" stored="true"
> required="false" omitTermFreqAndPositions="true" multiValued="true" />
>
> Note: the data is correctly placed in the field as the query results shows.
> However, the facet is not working.
>
> Could you please share the schema of what you did to achieve it?
>
> Thanks a lot.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/How-to-facet-data-from-a-multivalued-field-tp3897853p4089045.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to