Package | Description |
---|---|
org.apache.lucene.search.similarities |
This package contains the various ranking models that can be used in Lucene.
|
Modifier and Type | Class and Description |
---|---|
class |
IndriDirichletSimilarity
Bayesian smoothing using Dirichlet priors as implemented in the Indri Search engine
(http://www.lemurproject.org/indri.php).
|
class |
LMDirichletSimilarity
Bayesian smoothing using Dirichlet priors.
|
class |
LMJelinekMercerSimilarity
Language model based on the Jelinek-Mercer smoothing method.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.