: 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
> 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.
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.
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 ,
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.