Uses of Class
org.apache.lucene.search.similarities.SimilarityBase
Packages that use SimilarityBase
Package
Description
This package contains the various ranking models that can be used in Lucene.
- 
Uses of SimilarityBase in org.apache.lucene.search.similaritiesSubclasses of SimilarityBase in org.apache.lucene.search.similaritiesModifier and TypeClassDescriptionclassImplements the divergence from randomness (DFR) framework introduced in Gianni Amati and Cornelis Joost Van Rijsbergen.classProvides a framework for the family of information-based models, as described in Stéphane Clinchant and Eric Gaussier.classBayesian smoothing using Dirichlet priors.classLanguage model based on the Jelinek-Mercer smoothing method.classAbstract superclass for language modeling Similarities.