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.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index 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) classLucene50PostingsReader.BlockImpactsEverythingEnum(package private) classLucene50PostingsReader.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) classLucene84PostingsReader.BlockImpactsDocsEnum(package private) classLucene84PostingsReader.BlockImpactsEverythingEnum(package private) classLucene84PostingsReader.BlockImpactsPostingsEnum -
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.
-