Uses of Interface
org.apache.lucene.index.ImpactsSource
Packages that use ImpactsSource
Package
Description
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index format.
Code to maintain and access indices.
Code to search indices.
-
Uses of ImpactsSource in org.apache.lucene.codecs.lucene50
Classes in org.apache.lucene.codecs.lucene50 that implement ImpactsSourceModifier and TypeClassDescription(package private) final class(package private) final class -
Uses of ImpactsSource in org.apache.lucene.codecs.lucene84
Classes in org.apache.lucene.codecs.lucene84 that implement ImpactsSourceModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class -
Uses of ImpactsSource in org.apache.lucene.index
Classes in org.apache.lucene.index that implement ImpactsSourceModifier and TypeClassDescriptionclassExtension ofPostingsEnumwhich also provides information about upcoming impacts.final classImpactsEnumthat doesn't index impacts but implements the API in a legal way. -
Uses of ImpactsSource in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ImpactsSourceModifier and TypeFieldDescriptionprivate final ImpactsSourceImpactsDISI.impactsSourceprivate final ImpactsSourceMaxScoreCache.impactsSourceMethods in org.apache.lucene.search that return ImpactsSourceModifier and TypeMethodDescription(package private) static ImpactsSourceExactPhraseMatcher.mergeImpacts(ImpactsEnum[] impactsEnums) Merge impacts for multiple terms of an exact phrase.(package private) static ImpactsSourceSynonymQuery.mergeImpacts(ImpactsEnum[] impactsEnums, float[] boosts) Merge impacts for multiple synonyms.Constructors in org.apache.lucene.search with parameters of type ImpactsSourceModifierConstructorDescriptionImpactsDISI(DocIdSetIterator in, ImpactsSource impactsSource, Similarity.SimScorer scorer) Sole constructor.MaxScoreCache(ImpactsSource impactsSource, Similarity.SimScorer scorer) Sole constructor.