Hello folks,

I'm doing a search for a specific word ("Rocket Banana") in a specific field
and the document with the result "Rocket Banana (Single)" never comes
first..and this is the result that should appear in first position...i've
tried to many ways to perform this search:

title:"Rocket Banana"
title:("Rocket" AND "Banana")
title:("Rocket" OR "Banana")
title:("Rocket"^0.175 AND "Banana"^0.175)
title:("Rocket"^0.175 OR"Banana"^0.175)

The order returned is basically like:

<doc><float name="score">12.106901</float><str name="title">Rocket
Rocket</str></doc>
<doc><float name="score">12.007204</float><str
name="title">Rocket</str></doc>
<doc><float name="score">12.007203</float><str name="title">Banana Banana
Banana</str></doc>
....a lot of results
<doc><float name="score">10.398543</float><str name="title">Rocket Banana
(Single)</str></doc>


How can i optimize my search and return the document that have the "full"
word that i've searched with a higher scores then others?





--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-optimize-a-search-tp4077531.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to