Re: question on wild card

2010-07-15 Thread Mark N
thanks erick . One more question when "the perfect world*" is passed as search query its converted as "? perfect world" what does "?" mean Since i am using standard analyzer i thought stop word "the" is removed thanks On Thu, Jul 15, 2010 at 7:01 AM, Erick Erickson wrote: > The best w

Re: question on wild card

2010-07-14 Thread Erick Erickson
The best way to understand how things are parsed is to go to the solr admin page (Full interface link?) and click the "debug info" box and submit your query. That'll tell you exactly what happens. Alternatively, you can put &debugQuery=on on your URL... HTH Erick On Wed, Jul 14, 2010 at 8:48 AM,

question on wild card

2010-07-14 Thread Mark N
I have a database field = hello world and i am indexing to *text* field with standard analyzer ( text is a copy field of solr) Now when user gives a query text:"hello world%" , how does the query is interpreted in the background are we actually searchingtext: hello OR text: world%(