AxiomaticF3EXP
F3EXP is defined as Sum(tf(term_doc_freq)*IDF(term)-gamma(docLen, queryLen)) where IDF(t) = pow((N+1)/df(t), k) N=total num of docs, df=doc freq gamma(docLen, queryLen) = (docLen-queryLen)queryLens/avdl NOTE: the gamma function of this similarity creates negative scores
Properties
Functions
Link copied to clipboard
Computes the normalization value for a field at index-time.
Link copied to clipboard
open override fun scorer(boost: Float, collectionStats: CollectionStatistics, vararg termStats: TermStatistics): Similarity.SimScorer
Compute any collection-level weight (e.g. IDF, average document length, etc) needed for scoring a query.