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.similarities
Subclasses of AfterEffect in org.apache.lucene.search.similaritiesModifier and TypeClassDescriptionclass
Model of the information gain based on the ratio of two Bernoulli processes.class
Model of the information gain based on Laplace's law of succession.Fields in org.apache.lucene.search.similarities declared as AfterEffectModifier and TypeFieldDescriptionprotected final AfterEffect
DFRSimilarity.afterEffect
The 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 and using default discountOverlaps value.DFRSimilarity
(BasicModel basicModel, AfterEffect afterEffect, Normalization normalization, boolean discountOverlaps) Creates DFRSimilarity from the three components and with the specified discountOverlaps value.