Re: multi level faceting

2010-10-09 Thread Peter Karich
> hierarchy. >> >> I haven't actually tried this and like I said I'm hoping I could just use a >> patch (really I hope 3.x gets released GA with the functionality but I won't >> hold my breath...) But I do think this would work in a pinch if need be. >

Re: multi level faceting

2010-10-06 Thread Peter Karich
ust use a > patch (really I hope 3.x gets released GA with the functionality but I won't > hold my breath...) But I do think this would work in a pinch if need be. > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311 > > > -Original

RE: multi level faceting

2010-10-05 Thread Dyer, James
th...) But I do think this would work in a pinch if need be. James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 -Original Message- From: Nguyen, Vincent (CDC/OD/OADS) (CTR) [mailto:v...@cdc.gov] Sent: Tuesday, October 05, 2010 8:22 AM To: solr-user@lucene.apache.org Subj

RE: multi level faceting

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Monday, October 04, 2010 11:44 PM To: solr-user@lucene.apache.org Subject: Re: multi level faceting Hi, I *think* this is not what Vincent was after. If I read the suggestions correctly, you are saying to use &fq=x&

RE: multi level faceting

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Monday, October 04, 2010 11:44 PM To: solr-user@lucene.apache.org Subject: Re: multi level faceting Hi, I *think* this is not what Vincent was after. If I read the suggestions correctly, you are saying to use &fq=x&fq=y -- mult

Re: multi level faceting

2010-10-05 Thread Peter Karich
s/webcasts/faceting). I think > there's an example of what you're looking for there. > > Ephraim Ofir > > -Original Message- > From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] > Sent: Tuesday, October 05, 2010 5:44 AM > To: solr-user@lucene.

RE: multi level faceting

2010-10-04 Thread Ephraim Ofir
mailto:otis_gospodne...@yahoo.com] Sent: Tuesday, October 05, 2010 5:44 AM To: solr-user@lucene.apache.org Subject: Re: multi level faceting Hi, I *think* this is not what Vincent was after. If I read the suggestions correctly, you are saying to use &fq=x&fq=y -- multiple fqs. But I think Vincen

Re: multi level faceting

2010-10-04 Thread Otis Gospodnetic
ch-lucene.com/ - Original Message > From: Jason Brown > To: solr-user@lucene.apache.org > Sent: Mon, October 4, 2010 11:34:56 AM > Subject: RE: multi level faceting > > Yes, by adding fq back into the main query you will get results increasingly >filtered each time.

RE: multi level faceting

2010-10-04 Thread Jason Brown
). -Original Message- From: Nguyen, Vincent (CDC/OD/OADS) (CTR) [mailto:v...@cdc.gov] Sent: Mon 04/10/2010 16:34 To: solr-user@lucene.apache.org Subject: RE: multi level faceting Ok. Thanks for the quick response. Vincent Vu Nguyen Division of Science Quality and Translation Office of the

RE: multi level faceting

2010-10-04 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
[mailto:a...@roxxor.co.uk] Sent: Monday, October 04, 2010 9:40 AM To: solr-user@lucene.apache.org Subject: Re: multi level faceting I think that is just sending 2 fq facet queries through. In Solr PHP I would do that with, e.g. $params['facet'] = true; $params['facet.fields&

Re: multi level faceting

2010-10-04 Thread Allistair Crossley
I think that is just sending 2 fq facet queries through. In Solr PHP I would do that with, e.g. $params['facet'] = true; $params['facet.fields'] = array('Size'); $params['fq'] => array('sex' => array('Men', 'Women')); but yes i think you'd have to send through what the current facet query is and