Re: complex boolean filtering in fq queries

2010-12-07 Thread Andy
--- On Wed, 12/8/10, Tom Hill wrote: > > fq=location:national OR (location:CA AND city:"San > Francisco") > Do you mean URL encoding it? You can just type your query > into the > search box in the admin UI, and copy from the resulting > URL. Thanks Tom. I wasn't referring to URL encoding. I w

Re: complex boolean filtering in fq queries

2010-12-07 Thread Tom Hill
For one thing, you wouldn't have fq= in there, except at the beginning. fq=location:national OR (location:CA AND city:"San Francisco") more below... On Tue, Dec 7, 2010 at 10:25 PM, Andy wrote: > Forgot to add, my defaultOperator is "AND". > > --- On Wed, 12/8/10, Andy wrote: > >> From: Andy

Re: complex boolean filtering in fq queries

2010-12-07 Thread Andy
Forgot to add, my defaultOperator is "AND". --- On Wed, 12/8/10, Andy wrote: > From: Andy > Subject: complex boolean filtering in fq queries > To: solr-user@lucene.apache.org > Date: Wednesday, December 8, 2010, 1:21 AM > I have a facet query that requires > some complex boolean filtering. Some