Uses of Class
org.apache.lucene.search.similarities.AfterEffect

Packages that use AfterEffect
org.apache.lucene.search.similarities This package contains the various ranking models that can be used in Lucene. 
 

Uses of AfterEffect in org.apache.lucene.search.similarities
 

Subclasses of AfterEffect in org.apache.lucene.search.similarities
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.
 

Fields in org.apache.lucene.search.similarities declared as AfterEffect
protected  AfterEffect DFRSimilarity.afterEffect
          The first normalization of the information content.
 

Methods in org.apache.lucene.search.similarities that return AfterEffect
 AfterEffect DFRSimilarity.getAfterEffect()
          Returns the first normalization
 

Constructors in org.apache.lucene.search.similarities with parameters of type AfterEffect
DFRSimilarity(BasicModel basicModel, AfterEffect afterEffect, Normalization normalization)
          Creates DFRSimilarity from the three components.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.