Re: Help with Query syntax. How to make a query that works in between AND and OR.

2012-09-21 Thread cleonard
perfect. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-Query-syntax-How-to-make-a-query-that-works-in-between-AND-and-OR-tp4009451p4009470.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with Query syntax. How to make a query that works in between AND and OR.

2012-09-21 Thread Otis Gospodnetic
this for a web form auto complete or suggester so I > really want to make this happen in a single request if at all possible. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Help-with-Query-syntax-How-to-make-a-query-that-works-in-between-AND-and-O

Re: Help with Query syntax. How to make a query that works in between AND and OR.

2012-09-21 Thread cleonard
l possible. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-Query-syntax-How-to-make-a-query-that-works-in-between-AND-and-OR-tp4009451p4009460.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Help with Query syntax. How to make a query that works in between AND and OR.

2012-09-21 Thread Shawn Heisey
On 9/21/2012 11:22 AM, cleonard wrote: Now a mistyped term is no problem. I still get results. The issue now is that I get too many results back. What I want is something that effectively does an AND if a term is matched, but does an OR when a term is not found. To say it a differnt way -- If

Help with Query syntax. How to make a query that works in between AND and OR.

2012-09-21 Thread cleonard
for a solution, but so far I've not found the answer. I feel that there is a simple solution, so I'm hoping that someone can enlighten me here. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-with-Query-syntax-How-to-make-a-query-that-works-in-between-AND-a