: Unless i'm missing something: FuzzyQuery defaults to using the
: "TopTermsScoringBooleanQueryRewrite" method based on the terms found in
: the index that match the fuzzy expression. So the results of a simple
: fuzzy query should already come back based on the tf/idf scores of the
: terms.
: Thanks for you replycan you please check the following details and
: give me suggestions how can i do it, then it will be more helpful to me
you need to show us some examples of your documents and the
debugQuery=true output for those documents for us to better understand the
behavior
w_title^30 tsw_title^20 tf_title^15.0
keywords^1.0
tsw_title^15.0 tf_title^10.0 tsw_keywords^1
keywords^0.5
fsw_title~1^100.0
fsw_title~1^50.0
fsw_title~1^25.0
product(typeId,100)
--
View this message in context:
http://lucene.472066.n3.nabble.com/SORTING-RESULTS-BASED-ON-RELAVANCY-tp4090789p4090794.html
Sent from the Solr - User mailing list archive at Nabble.com.
On 18 September 2013 12:39, Alexandre Rafalovitch wrote:
> The default sort is by relevancy. So, if you are getting it in the wrong
> order, it think it is relevant in different ways. Depending on algorithm
> you use, there are different boosting functions.
[...]
Also, you can get an explanation
--
> View this message in context:
> http://lucene.472066.n3.nabble.com/SORTING-RESULTS-BASED-ON-RELAVANCY-tp4090789.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
Hi,
i am using fuzzy logic and it is giving exact results but i need to
sort the results based on relavancy. Means closer match results comes first.
anyone can help with this..
Regards,
Pavan.
--
View this message in context:
http://lucene.472066.n3.nabble.com/SORTING-RESULTS-BASED