Re: Creating facet query using SolrJ

2009-09-09 Thread Aakash Dharmadhikari
thanks avlesh, solrQuery.set("f.myField.facet.limit",10) ... this is how I ended up doing it, and it works perfectly for me. It just didn't look good in all neat Solr API calls :), as my complete query construction logic i regards, aakash 2009/9/9 Avlesh Singh > > > > When constructing quer

Re: Creating facet query using SolrJ

2009-09-09 Thread Avlesh Singh
> > When constructing query, I create a lucene query and use query.toString to > create SolrQuery. > Go this thread - http://www.lucidimagination.com/search/document/f4d91628ced293bf/lucene_query_to_solr_query I am facing difficulty while creating facet query for individual field, as I > could not