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 <erickerick...@gmail.com>wrote:

> 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
> >
>



-- 
Nipen Mark

Reply via email to