Re: SOLR Query Intersection

2012-03-12 Thread balaji
Hi, Thank you guys Erik and Mikhail , You saved my day Thanks Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Query-Intersection-tp3818756p3819571.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SOLR Query Intersection

2012-03-12 Thread Erik Hatcher
I've done exactly this, rendering Venn diagrams using Google Charts from Solr. See my presentation here: See slides 26-29, even with full code in the slides, but the code is also available here:

Re: SOLR Query Intersection

2012-03-12 Thread balaji
Hi, I got your point are you suggesting me to run using the *facet.query* param for the various combinations Thanks Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Query-Intersection-tp3818756p3819165.html Sent from the Solr - User mailing list archive at Nabb

Re: SOLR Query Intersection

2012-03-12 Thread balaji
Hi Mikhail, Yes I am trying to get the facets counts for all these and populate the chart , but comparison between the values is what I am wondering Will facets handle all the 3 possible scenarios Thanks Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Qu

Re: SOLR Query Intersection

2012-03-12 Thread Mikhail Khludnev
It sounds like facets http://wiki.apache.org/solr/SolrFacetingOverview . Doesn't it? On Mon, Mar 12, 2012 at 1:16 PM, balaji wrote: > Hi , > > I am trying to Compare three independent queries,intersection among them > and draw an Venn diagram using the Google CHART . By using OR I will be > a