Hello Mike,
I want to know the logic of the field "relevancyscore" (score) value, how the scoring of the records can be calculated.
Please explain it with an example like if i have 10 results returned how the value of "relevancyscore" will be calculated.
Thanks,
Would you or someone from your team please answer my mail about licensing please?
Thanks,Mike
For best service when you require assistance:
Skype: arachnodedotnet
Hello,
Apologies in delay ... i think the process of licensing is completed already ...... Can you suggest any way to achieve mentioned feature?.
No worries.
I am on vacation today and tomorrow. I will answer on Friday.
Mike
At the base, relevancyscore is calculated by lucene.net, resulting from its own internal calculations as well as AN's own internal boost that favors more frequently found content paired with the number of hyperlinks from other domains, like PageRank does (extremely simplified...)
Look in ManageLuceneDotNetIndexes.AddDocument(...);
http://lucene.apache.org/core/3_6_0/scoring.html