Re: facet.query question

2007-02-01 Thread Erik Hatcher
MAIL PROTECTED]> Reply-To: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: facet.query question Date: Thu, 01 Feb 2007 15:10:34 -0800 Hi all, I'm working with faceted search but I can't seem to get the 'facet.query' option. I already read the wi

Re: facet.query question

2007-02-01 Thread Erik Hatcher
ughts on Solr providing more assistance here, please share. I envision Flare providing a lot of this sort of UI goodness. Erik Thanks. Peter From: Erik Hatcher <[EMAIL PROTECTED]> Reply-To: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: Re: facet.query questi

Re: facet.query question

2007-02-01 Thread Peter McPeterson
them into an array and doing like "1980 - 1989 ("+array[0]+")", "1980 - 1989 ("+array[1]+")" and so forth) and I don't think its the best way. Thanks. Peter From: Erik Hatcher <[EMAIL PROTECTED]> Reply-To: solr-user@lucene.apache.org To: solr

RE: facet.query question

2007-02-01 Thread Chris Hostetter
token matches; but facet.query can be used for numeric ranges, prefix matches, wildcards, etc... : : Peter : : : >From: "Peter McPeterson" <[EMAIL PROTECTED]> : >Reply-To: solr-user@lucene.apache.org : >To: solr-user@lucene.apache.org : >Subject: facet.query question :

Re: facet.query question

2007-02-01 Thread Erik Hatcher
ential do you have with what Solr provides? Erik Peter From: "Peter McPeterson" <[EMAIL PROTECTED]> Reply-To: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: facet.query question Date: Thu, 01 Feb 2007 15:10:34 -0800 Hi all, I'm working wit

RE: facet.query question

2007-02-01 Thread Peter McPeterson
Well, I think I figured it out. It can be used to display count results of different facet queries. But is it all that it does? Peter From: "Peter McPeterson" <[EMAIL PROTECTED]> Reply-To: solr-user@lucene.apache.org To: solr-user@lucene.apache.org Subject: facet.query qu

facet.query question

2007-02-01 Thread Peter McPeterson
Hi all, I'm working with faceted search but I can't seem to get the 'facet.query' option. I already read the wiki but still don't understand exactly what it does. Could someone please explain me: - What does it do and how to use it - Why should I use it? - Why shouldn't I use it? Thanks a