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 |
---|---|
static class |
AfterEffect.NoAfterEffect
Implementation used when there is no aftereffect.
|
class |
AfterEffectB
Model of the information gain based on the ratio of two Bernoulli processes.
|
class |
AfterEffectL
Model of the information gain based on Laplace's law of succession.
|
Modifier and Type | Field and Description |
---|---|
protected AfterEffect |
DFRSimilarity.afterEffect
The first normalization of the information content.
|
Modifier and Type | Method and Description |
---|---|
AfterEffect |
DFRSimilarity.getAfterEffect()
Returns the first normalization
|
Constructor and Description |
---|
DFRSimilarity(BasicModel basicModel,
AfterEffect afterEffect,
Normalization normalization)
Creates DFRSimilarity from the three components.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.