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, Mark N <nipen.m...@gmail.com> wrote: > 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 searching text: hello OR text: world% ( consider by > default operator is OR ) > > > > > > > -- > Nipen Mark >