Re: solr facet query on multiple search term

2013-06-11 Thread Chris Hostetter
: Actual requirement is to get day wise total no. of counts for multiple : terms. the approach you described in your original mail (using multiple fqs to identify your terms, and using multiple facet.range requests on the date field with differnet exclusions) will work fine. the confusing part

Re: solr facet query on multiple search term

2013-06-10 Thread Erick Erickson
> 100 > 5 > > > > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-facet-query-on-multiple-search-term-tp4068856p4069259.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr facet query on multiple search term

2013-06-09 Thread vrparekh
5 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-facet-query-on-multiple-search-term-tp4068856p4069259.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr facet query on multiple search term

2013-06-07 Thread Erick Erickson
mp;facet.range={!key=movie+ex=music}dateField& > fq={!tag=movie}content:"movie"&q=(col2:1+)& > > fq=+dateField:[2013-06-05T16:00:00Z+TO+2013-06-07T16:00:00Z]+AND+(+Col1:"test"+)& > fl=col1,col2,col3 > > > I have tested for few search term ,

solr facet query on multiple search term

2013-06-07 Thread vrparekh
arch term. Is this the proper way (with results and performance)? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-facet-query-on-multiple-search-term-tp4068856.html Sent from the Solr - User mailing list archive at Nabble.com.