You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by sunnyfr <jo...@gmail.com> on 2008/11/14 14:47:08 UTC

Re: Multi field queries

Thanks Hoss,
and about boosting boolean value or even number of view, does it work this
way :

boolean value :
&qf=best_one^10

Number of view:
pow(nb_views,0.01)^20

Otherwise about searching two words and have in first title who have exactly
this two words in first it's just about mm parameter?

Thanks a lot Hoss


hossman wrote:
> 
> 
> : Documents in my solr index has three fields, name, content and summary.
> : Suppose the user query be, "java sky democratic". I want the resulting
> : documents to have all the terms in the query ( "java sky democratic") in
> : either name, content or the summary (for example i.e., java and sky is
> in the
> : content and democratic is in the summary).
> 
> take a look at the "dismax" request handler.  it is designed explicitly 
> for this purpose.  
> 
> 	http://wiki.apache.org/solr/DisMaxRequestHandler
> 
> (NOTE: if you want all the input words to be required, set mm=100%)
> 
> 
> -Hoss
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Multi-field-queries-tp15499246p20500795.html
Sent from the Solr - User mailing list archive at Nabble.com.