Re: Adding OR operator in querystring and grouping fields?

2013-10-07 Thread PeterKerk
@Jason: your example worked perfectly! -- View this message in context: http://lucene.472066.n3.nabble.com/Adding-OR-operator-in-querystring-and-grouping-fields-tp4093942p4093999.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Adding OR operator in querystring and grouping fields?

2013-10-07 Thread Jason Hellman
--- From: PeterKerk > Sent: Monday, October 07, 2013 1:50 PM > To: solr-user@lucene.apache.org > Subject: Re: Adding OR operator in querystring and grouping fields? > > Ok thanks. > "you must combine them into one filter query parameter. ", how would I do > that? Can I simpl

Re: Adding OR operator in querystring and grouping fields?

2013-10-07 Thread Jack Krupansky
Combine the two filter queries with an explicit OR operator. -- Jack Krupansky -Original Message- From: PeterKerk Sent: Monday, October 07, 2013 1:50 PM To: solr-user@lucene.apache.org Subject: Re: Adding OR operator in querystring and grouping fields? Ok thanks. "you must co

Re: Adding OR operator in querystring and grouping fields?

2013-10-07 Thread PeterKerk
Ok thanks. "you must combine them into one filter query parameter. ", how would I do that? Can I simply change the URL structure or must I change my schema.xml and/or data-config.xml? -- View this message in context: http://lucene.472066.n3.nabble.com/Adding-OR-operator-in-query

Re: Adding OR operator in querystring and grouping fields?

2013-10-07 Thread Jack Krupansky
@lucene.apache.org Subject: Adding OR operator in querystring and grouping fields? This query returns the correct results: http://localhost:8983/solr/tt/select/?indent=on&fq={!geofilt}&pt=41.7882,-71.9498&sfield=geolocation&d=2000&q=*:*&start=0&rows=12&fl=id,title&facet.min

Adding OR operator in querystring and grouping fields?

2013-10-07 Thread PeterKerk
.mincount=1&fl=_dist_:geodist() Then I get 0 results. I have this in my schema.xml: How can I add an OR operator in my querystring and group fields "city" and my geodist parameters? -- View this message in context: http://lucene.472066.n3.nabble.com/Adding-OR-operator-i