Uses of Class
org.apache.lucene.index.ImpactsEnum
-
Packages that use ImpactsEnum Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.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.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search Code to search indices. -
-
Uses of ImpactsEnum in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return ImpactsEnum Modifier and Type Method Description ImpactsEnumDocValuesConsumer.MergedTermsEnum. impacts(int flags)abstract ImpactsEnumPostingsReaderBase. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)Return aImpactsEnumthat computes impacts withscorer. -
Uses of ImpactsEnum in org.apache.lucene.codecs.blockterms
Methods in org.apache.lucene.codecs.blockterms that return ImpactsEnum Modifier and Type Method Description ImpactsEnumBlockTermsReader.FieldReader.SegmentTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.blocktree
Methods in org.apache.lucene.codecs.blocktree that return ImpactsEnum Modifier and Type Method Description ImpactsEnumIntersectTermsEnum. impacts(int flags)ImpactsEnumSegmentTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords that return ImpactsEnum Modifier and Type Method Description ImpactsEnumOrdsIntersectTermsEnum. impacts(int flags)ImpactsEnumOrdsSegmentTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom that return ImpactsEnum Modifier and Type Method Description ImpactsEnumBloomFilteringPostingsFormat.BloomFilteredFieldsProducer.BloomFilteredTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing that return ImpactsEnum Modifier and Type Method Description ImpactsEnumCompressingTermVectorsReader.TVTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.idversion
Methods in org.apache.lucene.codecs.idversion that return ImpactsEnum Modifier and Type Method Description ImpactsEnumIDVersionPostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags)ImpactsEnumIDVersionSegmentTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene50
Subclasses of ImpactsEnum in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description (package private) classLucene50PostingsReader.BlockImpactsEverythingEnum(package private) classLucene50PostingsReader.BlockImpactsPostingsEnumMethods in org.apache.lucene.codecs.lucene50 that return ImpactsEnum Modifier and Type Method Description ImpactsEnumLucene50PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 that return ImpactsEnum Modifier and Type Method Description ImpactsEnumLucene70DocValuesProducer.TermsDict. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 that return ImpactsEnum Modifier and Type Method Description ImpactsEnumLucene80DocValuesProducer.TermsDict. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.lucene84
Subclasses of ImpactsEnum in org.apache.lucene.codecs.lucene84 Modifier and Type Class Description (package private) classLucene84PostingsReader.BlockImpactsDocsEnum(package private) classLucene84PostingsReader.BlockImpactsEverythingEnum(package private) classLucene84PostingsReader.BlockImpactsPostingsEnumMethods in org.apache.lucene.codecs.lucene84 that return ImpactsEnum Modifier and Type Method Description ImpactsEnumLucene84PostingsReader. impacts(FieldInfo fieldInfo, BlockTermState state, int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory that return ImpactsEnum Modifier and Type Method Description ImpactsEnumDirectPostingsFormat.DirectField.DirectIntersectTermsEnum. impacts(int flags)ImpactsEnumDirectPostingsFormat.DirectField.DirectTermsEnum. impacts(int flags)ImpactsEnumFSTTermsReader.TermsReader.BaseTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return ImpactsEnum Modifier and Type Method Description ImpactsEnumSimpleTextFieldsReader.SimpleTextTermsEnum. impacts(int flags)ImpactsEnumSimpleTextTermVectorsReader.SimpleTVTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit that return ImpactsEnum Modifier and Type Method Description ImpactsEnumBlockReader. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms that return ImpactsEnum Modifier and Type Method Description ImpactsEnumSTMergingTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.index
Subclasses of ImpactsEnum in org.apache.lucene.index Modifier and Type Class Description classSlowImpactsEnumImpactsEnumthat doesn't index impacts but implements the API in a legal way.Methods in org.apache.lucene.index that return ImpactsEnum Modifier and Type Method Description ImpactsEnumFilteredTermsEnum. impacts(int flags)ImpactsEnumFilterLeafReader.FilterTermsEnum. impacts(int flags)ImpactsEnumFreqProxFields.FreqProxTermsEnum. impacts(int flags)ImpactsEnumMultiTermsEnum. impacts(int flags)ImpactsEnumSortedDocValuesTermsEnum. impacts(int flags)ImpactsEnumSortedSetDocValuesTermsEnum. impacts(int flags)abstract ImpactsEnumTermsEnum. impacts(int flags)Return aImpactsEnum. -
Uses of ImpactsEnum in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return ImpactsEnum Modifier and Type Method Description ImpactsEnumMemoryIndex.MemoryIndexReader.MemoryTermsEnum. impacts(int flags) -
Uses of ImpactsEnum in org.apache.lucene.search
Fields in org.apache.lucene.search declared as ImpactsEnum Modifier and Type Field Description (package private) ImpactsEnumPhraseQuery.PostingsAndFreq. impactsprivate ImpactsEnumTermScorer. impactsEnumMethods in org.apache.lucene.search that return ImpactsEnum Modifier and Type Method Description ImpactsEnumFuzzyTermsEnum. impacts(int flags)Methods in org.apache.lucene.search with parameters of type ImpactsEnum 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 ImpactsEnum Constructor Description PostingsAndFreq(PostingsEnum postings, ImpactsEnum impacts, int position, java.util.List<Term> terms)PostingsAndFreq(PostingsEnum postings, ImpactsEnum impacts, int position, Term... terms)TermScorer(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer)Construct aTermScorerthat will use impacts to skip blocks of non-competitive documents.
-