Re: Getting Facet Count of combination of fields

2009-07-16 Thread Brian Johnson
se sizes on the facet values such as this quickly contrived example: facet.tree=cat,inStock{return the first 10 counts greater than 5 descending sorted} Brian From: ashokcz To: solr-user@lucene.apache.org Sent: Thursday, July 16, 2009 3:22:48 AM Subject: Re:

Re: Getting Facet Count of combination of fields

2009-07-16 Thread Erik Hatcher
On Jul 16, 2009, at 4:35 AM, Koji Sekiguchi wrote: ashokcz wrote: Hi all, i have a scenario where i need to get facet count for combination of fields. Say i have two fields Manufacturer and Year of manufacture. I search for something and it gives me 15 results and my facet count as like

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
(4) ; 2008 (4) 2009 (7). >> But what i need is combination of count . >> Say >> Nokia - 2007 - 1 >> Nokia - 2008 - 1 >> Nokia - 2009 - 2 >> >> Somethig like this >> >> >> is there any way we can get this kind of facet counts from

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
on ?? >> thanks . >> >> > Unfortunately, no. I think it will be 1.4 or later. > > Koji > > > > -- View this message in context: http://www.nabble.com/Getting-Facet-Count-of-combination-of-fields-tp24511923p24513763.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting Facet Count of combination of fields

2009-07-16 Thread Avlesh Singh
ingle solr > search hits ??? > > > > > -- > View this message in context: > http://www.nabble.com/Getting-Facet-Count-of-combination-of-fields-tp24511923p24511923.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Getting Facet Count of combination of fields

2009-07-16 Thread Koji Sekiguchi
ashokcz wrote: Hi thanks "Koji Sekiguchi-2" for your reply . Ya i was looking something like that . So when doing the solrrequest is should have extra config parameters facet.tree and i shud give the fields csv to specify the hierarchy will try and see if its giving me desired results . But

Re: Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
t;> > > Are you looking at this? > https://issues.apache.org/jira/browse/SOLR-792 > > Koji > > > -- View this message in context: http://www.nabble.com/Getting-Facet-Count-of-combination-of-fields-tp24511923p24512961.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting Facet Count of combination of fields

2009-07-16 Thread Koji Sekiguchi
ashokcz wrote: Hi all, i have a scenario where i need to get facet count for combination of fields. Say i have two fields Manufacturer and Year of manufacture. I search for something and it gives me 15 results and my facet count as like this : Manufacturer : Nokia(5);Motorola(7);iphone(

Getting Facet Count of combination of fields

2009-07-16 Thread ashokcz
://www.nabble.com/Getting-Facet-Count-of-combination-of-fields-tp24511923p24511923.html Sent from the Solr - User mailing list archive at Nabble.com.