Re: Query with whitespace

2013-03-01 Thread Oussama Jilal
Didn't know ! thank you Shown :) On 03/01/2013 09:23 PM, Shawn Heisey wrote: On 3/1/2013 1:50 PM, Jilal Oussama wrote: You can also specify in you schema that the default query operator is AND. This is deprecated as of Solr 4.0, so I don't mention it. -- Oussama Jilal

Re: Query with whitespace

2013-03-01 Thread Shawn Heisey
On 3/1/2013 1:50 PM, Jilal Oussama wrote: You can also specify in you schema that the default query operator is AND. This is deprecated as of Solr 4.0, so I don't mention it.

Re: Query with whitespace

2013-03-01 Thread Jilal Oussama
You can also specify in you schema that the default query operator is AND. On Mar 1, 2013 5:35 PM, "Jack Park" wrote: > I found a tiny notice about just using quotes; tried it in the admin > query console and it works. e.g. label:"car house" would fetch any > document for which the label field co

Re: Query with whitespace

2013-03-01 Thread Jack Park
I found a tiny notice about just using quotes; tried it in the admin query console and it works. e.g. label:"car house" would fetch any document for which the label field contained that phrase. Jack On Fri, Mar 1, 2013 at 9:17 AM, Shawn Heisey wrote: > On 3/1/2013 8:50 AM, vsl wrote: >> >> I wou

Re: Query with whitespace

2013-03-01 Thread Shawn Heisey
On 3/1/2013 8:50 AM, vsl wrote: I would like to send query like "car house". My expectation is to have resulting documents that contains both car and house. Unfortunately Apache Solr out of the box returns documents as if the whitespace between was treated as OR. Does anybody know how to fix this

Query with whitespace

2013-03-01 Thread vsl
View this message in context: http://lucene.472066.n3.nabble.com/Query-with-whitespace-tp4044022.html Sent from the Solr - User mailing list archive at Nabble.com.