Actually what I meant was if there are 100 indexed fields. So there are 100
facet fields right..
So whenever I create solrQuery, I have to do addFacetField("fieldName")
can I avoid this and just get all facet fields.

Sorry for the confusion.

Thanks again,
Ashish 


Shalin Shekhar Mangar wrote:
> 
> On Wed, Mar 25, 2009 at 7:30 AM, Ashish P <ashish.ping...@gmail.com>
> wrote:
> 
>>
>> Can I get all the facets in QueryResponse??
> 
> 
> You can get all the facets that are returned by the server. Set
> facet.limit
> to the number of facets you want to retrieve.
> 
> See
> http://lucene.apache.org/solr/api/solrj/org/apache/solr/client/solrj/SolrQuery.html#setFacetLimit(int)
> -- 
> Regards,
> Shalin Shekhar Mangar.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/get-all-facets-tp22693809p22714256.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to