Uses of Interface
org.apache.lucene.index.ImpactsSource
-
Packages that use ImpactsSource Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.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.backward_codecs.lucene50
Classes in org.apache.lucene.backward_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.backward_codecs.lucene84
Classes in org.apache.lucene.backward_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.backward_codecs.lucene90
Classes in org.apache.lucene.backward_codecs.lucene90 that implement ImpactsSource Modifier and Type Class Description (package private) class
Lucene90PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene90PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene90PostingsReader.BlockImpactsPostingsEnum
-
Uses of ImpactsSource in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement ImpactsSource Modifier and Type Class Description (package private) class
Lucene99PostingsReader.BlockImpactsDocsEnum
(package private) class
Lucene99PostingsReader.BlockImpactsEverythingEnum
(package private) class
Lucene99PostingsReader.BlockImpactsPostingsEnum
-
Uses of ImpactsSource in org.apache.lucene.codecs.simpletext
Classes in org.apache.lucene.codecs.simpletext that implement ImpactsSource Modifier and Type Class Description private class
SimpleTextFieldsReader.SimpleTextDocsEnum
private class
SimpleTextFieldsReader.SimpleTextPostingsEnum
-
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
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 MaxScoreCache(ImpactsSource impactsSource, Similarity.SimScorer scorer)
Sole constructor.
-