Uses of Class
org.apache.lucene.search.similarities.AfterEffect
Packages that use AfterEffect
Package
Description
This package contains the various ranking models that can be used in Lucene.
- 
Uses of AfterEffect in org.apache.lucene.search.similaritiesSubclasses of AfterEffect in org.apache.lucene.search.similaritiesModifier and TypeClassDescriptionstatic final classImplementation used when there is no aftereffect.classModel of the information gain based on the ratio of two Bernoulli processes.classModel of the information gain based on Laplace's law of succession.Fields in org.apache.lucene.search.similarities declared as AfterEffectModifier and TypeFieldDescriptionprotected final AfterEffectDFRSimilarity.afterEffectThe first normalization of the information content.Methods in org.apache.lucene.search.similarities that return AfterEffectConstructors in org.apache.lucene.search.similarities with parameters of type AfterEffectModifierConstructorDescriptionDFRSimilarity(BasicModel basicModel, AfterEffect afterEffect, Normalization normalization) Creates DFRSimilarity from the three components.