Uses of Class
org.apache.lucene.search.similarities.BasicModel
Packages that use BasicModel
Package
Description
This package contains the various ranking models that can be used in Lucene.
-
Uses of BasicModel in org.apache.lucene.search.similarities
Subclasses of BasicModel in org.apache.lucene.search.similaritiesModifier and TypeClassDescriptionclassLimiting form of the Bose-Einstein model.classImplements the approximation of the binomial model with the divergence for DFR.classGeometric as limiting form of the Bose-Einstein model.classAn approximation of the I(ne) model.classThe basic tf-idf model of randomness.classTf-idf model of randomness, based on a mixture of Poisson and inverse document frequency.classImplements the Poisson approximation for the binomial model for DFR.Fields in org.apache.lucene.search.similarities declared as BasicModelModifier and TypeFieldDescriptionprotected final BasicModelDFRSimilarity.basicModelThe basic model for information content.Methods in org.apache.lucene.search.similarities that return BasicModelModifier and TypeMethodDescriptionDFRSimilarity.getBasicModel()Returns the basic model of information contentConstructors in org.apache.lucene.search.similarities with parameters of type BasicModelModifierConstructorDescriptionDFRSimilarity(BasicModel basicModel, AfterEffect afterEffect, Normalization normalization) Creates DFRSimilarity from the three components.