Uses of Interface
org.apache.lucene.index.ImpactsSource
-
Packages that use ImpactsSource Package Description org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices. -
-
Uses of ImpactsSource in org.apache.lucene.codecs.lucene50
Classes in org.apache.lucene.codecs.lucene50 that implement ImpactsSource Modifier and Type Class Description (package private) class
Lucene50PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene50PostingsReader.BlockImpactsPostingsEnum
-
Uses of ImpactsSource in org.apache.lucene.codecs.lucene84
Classes in org.apache.lucene.codecs.lucene84 that implement ImpactsSource Modifier and Type Class Description (package private) class
Lucene84PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene84PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene84PostingsReader.BlockImpactsPostingsEnum
-
Uses of ImpactsSource in org.apache.lucene.index
Classes in org.apache.lucene.index that implement ImpactsSource Modifier and Type Class Description class
ImpactsEnum
Extension ofPostingsEnum
which also provides information about upcoming impacts.class
SlowImpactsEnum
ImpactsEnum
that 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 ImpactsSource Modifier and Type Field Description private ImpactsSource
ImpactsDISI. impactsSource
private ImpactsSource
MaxScoreCache. impactsSource
Methods in org.apache.lucene.search that return ImpactsSource Modifier and Type Method Description (package private) static ImpactsSource
ExactPhraseMatcher. mergeImpacts(ImpactsEnum[] impactsEnums)
Merge impacts for multiple terms of an exact phrase.(package private) static ImpactsSource
SynonymQuery. mergeImpacts(ImpactsEnum[] impactsEnums, float[] boosts)
Merge impacts for multiple synonyms.Constructors in org.apache.lucene.search with parameters of type ImpactsSource Constructor Description ImpactsDISI(DocIdSetIterator in, ImpactsSource impactsSource, Similarity.SimScorer scorer)
Sole constructor.MaxScoreCache(ImpactsSource impactsSource, Similarity.SimScorer scorer)
Sole constructor.
-