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 |
DistributionLL
Log-logistic distribution.
|
class |
DistributionSPL
The smoothed power-law (SPL) distribution for the information-based framework
that is described in the original paper.
|
Modifier and Type | Field and Description |
---|---|
protected Distribution |
IBSimilarity.distribution
The probabilistic distribution used to model term occurrence.
|
Modifier and Type | Method and Description |
---|---|
Distribution |
IBSimilarity.getDistribution()
Returns the distribution
|
Constructor and Description |
---|
IBSimilarity(Distribution distribution,
Lambda lambda,
Normalization normalization)
Creates IBSimilarity from the three components.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.