Hi all,

I am performing a search to return results with its fitness value

let $options := <options xmlns="http://marklogic.com/appservices/search";>
    <term>
          <term-option>wildcarded</term-option>
    </term>
</options>

return search:search("the",$options)//search:result/@fitness
this returns me the results with its fitness

but when i perform wildcarded search

 search:search("the*",$options)//search:result/@fitness

it gives me the result but the values of fitness, score and confidence are
zero.

Am i missing something?

I would like to get the relevance fitness values for all results while i do
the wildcarded search.

Regards
Ambika
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to