Re: how to boost given word in a field in the query parameters

2012-08-29 Thread andy
I got it , thanks for ur kindly reply!!! iorixxx wrote > >> Thanks for your reply, if I insert the clause >> category:206^100 , the search >> result will only include the results in category 206 >> ? > > It will be an optional clause, unless you have set default operator to AND > somewhere. >

Re: how to boost given word in a field in the query parameters

2012-08-29 Thread andy
Thanks Yes, my default operator is AND,if I use OR operator like this: q=cell phone OR category:206^100 , the results will more than the query q=cell phone may be something in the category 206 which don't contains the cell phone keywords will be included, This is really a tickler for me iori

Re: how to boost given word in a field in the query parameters

2012-08-29 Thread Ahmet Arslan
> Thanks for your reply, if I insert the clause > category:206^100 , the search > result will only include the results in category 206 > ? It will be an optional clause, unless you have set default operator to AND somewhere. search results will contain all categories, but 206 will be boosted.

Re: how to boost given word in a field in the query parameters

2012-08-29 Thread andy
Hi iorixxx, Thanks for your reply, if I insert the clause category:206^100 , the search result will only include the results in category 206 ? iorixxx wrote > >> category field has certain values ,for >> examples:307,503,206.. >> >> my query like >> this:q=cell+phone&version=2.2&start=0&rows=

Re: how to boost given word in a field in the query parameters

2012-08-29 Thread Ahmet Arslan
> category field has certain values ,for > examples:307,503,206.. > > my query like > this:q=cell+phone&version=2.2&start=0&rows=10&indent=on > the search result will be in many categories ,for example > may be in > 206,782,307,289 > you know the the default sort which depends on the > relevance,