Uses of Class
org.apache.lucene.search.similarities.Independence
Packages that use Independence
Package
Description
This package contains the various ranking models that can be used in Lucene.
-
Uses of Independence in org.apache.lucene.search.similarities
Subclasses of Independence in org.apache.lucene.search.similaritiesModifier and TypeClassDescriptionclass
Normalized chi-squared measure of distance from independenceclass
Saturated measure of distance from independenceclass
Standardized measure of distance from independenceMethods in org.apache.lucene.search.similarities that return IndependenceModifier and TypeMethodDescriptionDFISimilarity.getIndependence()
Returns the measure of independenceConstructors in org.apache.lucene.search.similarities with parameters of type IndependenceModifierConstructorDescriptionDFISimilarity
(Independence independenceMeasure) Create DFI with the specified divergence from independence measure and using default discountOverlaps valueDFISimilarity
(Independence independenceMeasure, boolean discountOverlaps) Create DFI with the specified parameters