Re: Context search in solr

2013-06-28 Thread Jack Krupansky
Friday, June 28, 2013 9:03 AM To: solr-user@lucene.apache.org Subject: Re: Context search in solr One variant on Upayavira's comment would be to use the proximity as a boost query. That way all three would match, but the first two would get higher scores. Either way should work though. Bes

Re: Context search in solr

2013-06-28 Thread Erick Erickson
One variant on Upayavira's comment would be to use the proximity as a boost query. That way all three would match, but the first two would get higher scores. Either way should work though. Best Erick On Fri, Jun 28, 2013 at 6:29 AM, Upayavira wrote: > you might use proximity. "low blood press

Re: Context search in solr

2013-06-28 Thread Upayavira
you might use proximity. "low blood pressure"~6 might match #1 and #2 but not #3. It says find phrases that require six or less position moves in order to match my terms as a phrase. Upayavira On Fri, Jun 28, 2013, at 11:10 AM, venkatesham.gu...@igate.com wrote: > My search query is having multi