Uses of Interface
org.apache.lucene.index.ImpactsSource
Packages that use ImpactsSource
Package
Description
Code to maintain and access indices.
Code to search indices.
-
Uses of ImpactsSource in org.apache.lucene.index
Classes in org.apache.lucene.index that implement ImpactsSourceModifier and TypeClassDescriptionclass
Extension ofPostingsEnum
which also provides information about upcoming impacts.final class
ImpactsEnum
that doesn't index impacts but implements the API in a legal way. -
Uses of ImpactsSource in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type ImpactsSourceModifierConstructorDescriptionMaxScoreCache
(ImpactsSource impactsSource, Similarity.SimScorer scorer) Sole constructor.