Re: faceting from multiValued field

2013-09-10 Thread Raheel Hasan
wow, that did it... fantastic... Thanks a lot :) On Tue, Sep 10, 2013 at 3:56 PM, Rafał Kuć wrote: > 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

Re: faceting from multiValued field

2013-09-10 Thread Rafał Kuć
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: > required="false" omitTermFreqAndPositions="

faceting from multiValued field

2013-09-10 Thread Raheel Hasan
Hi, I am having a problem with multiValued field and Faceting This is the schema: all I get is: 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. -- Regards, Raheel Hasan