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.codecs.lucene90 Lucene 9.0 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) classLucene50PostingsReader.BlockImpactsEverythingEnum(package private) classLucene50PostingsReader.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) classLucene84PostingsReader.BlockImpactsDocsEnum(package private) classLucene84PostingsReader.BlockImpactsEverythingEnum(package private) classLucene84PostingsReader.BlockImpactsPostingsEnum -
Uses of ImpactsSource in org.apache.lucene.codecs.lucene90
Classes in org.apache.lucene.codecs.lucene90 that implement ImpactsSource Modifier and Type Class Description (package private) classLucene90PostingsReader.BlockImpactsDocsEnum(package private) classLucene90PostingsReader.BlockImpactsEverythingEnum(package private) classLucene90PostingsReader.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 classSimpleTextFieldsReader.SimpleTextDocsEnumprivate classSimpleTextFieldsReader.SimpleTextPostingsEnum -
Uses of ImpactsSource in org.apache.lucene.index
Classes in org.apache.lucene.index that implement ImpactsSource Modifier and Type Class Description classImpactsEnumExtension ofPostingsEnumwhich also provides information about upcoming impacts.classSlowImpactsEnumImpactsEnumthat 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 ImpactsSourceImpactsDISI. impactsSourceprivate ImpactsSourceMaxScoreCache. impactsSourceMethods in org.apache.lucene.search that return ImpactsSource Modifier and Type Method Description (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 ImpactsSource Constructor Description ImpactsDISI(DocIdSetIterator in, ImpactsSource impactsSource, Similarity.SimScorer scorer)Sole constructor.MaxScoreCache(ImpactsSource impactsSource, Similarity.SimScorer scorer)Sole constructor.
-