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 |
LMDirichletSimilarity
Bayesian smoothing using Dirichlet priors.
|
class |
LMJelinekMercerSimilarity
Language model based on the Jelinek-Mercer smoothing method.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.