On Wed, Oct 31, 2012 at 11:44 PM, Jack Krupansky
<j...@basetechnology.com> wrote:
> Scoring or ranking of document relevancy is called "similarity". You can
> create your own similarity class, or even have a field-specific similarity
> class.
>
> See, for example:
> http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/search/similarities/TFIDFSimilarity.html
> http://lucene.apache.org/core/4_0_0/core/org/apache/lucene/search/similarities/Similarity.html
>
> and
>
> http://wiki.apache.org/solr/SchemaXml#Similarity
>

Thank you Jack. That seems extraordinarily rigid, in the sense that
one could not apply on-the-fly score computation component
coefficients. Surely I'm not the first dev to run into an issue with
the default scoring algorithm and want to tweak it only on specific
queries!

-- 
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com

Reply via email to