org.apache.lucene.index
131
C
AutomatonTermsEnum
C
BaseCompositeReader
C
BaseTermsEnum
C
BinaryDocValues
C
ByteVectorValues
C
CheckIndex
C
CodecReader
C
CompositeReader
C
CompositeReaderContext
C
ConcurrentMergeScheduler
C
CorruptIndexException
C
DirectoryReader
C
DocIDMerger
C
DocValues
E
DocValuesSkipIndexType
C
DocValuesSkipper
E
DocValuesType
C
DocsWithFieldSet
C
EmptyDocValuesProducer
C
ExitableDirectoryReader
C
FieldInfo
C
FieldInfos
C
FieldInvertState
C
Fields
C
FilterBinaryDocValues
C
FilterCodecReader
C
FilterDirectoryReader
C
FilterLeafReader
C
FilterMergePolicy
C
FilterNumericDocValues
C
FilterSortedDocValues
C
FilterSortedNumericDocValues
C
FilterSortedSetDocValues
C
FilteredTermsEnum
C
FloatVectorValues
C
FreqAndNormBuffer
C
Impacts
C
ImpactsEnum
I
ImpactsSource
C
IndexCommit
C
IndexDeletionPolicy
C
IndexFileNames
C
IndexFormatTooNewException
C
IndexFormatTooOldException
C
IndexNotFoundException
E
IndexOptions
C
IndexReader
C
IndexReaderContext
I
IndexSorter
C
IndexUpgrader
C
IndexWriter
C
IndexWriterConfig
I
IndexWriterEventListener
I
IndexableField
I
IndexableFieldType
C
KeepLastNCommitsDeletionPolicy
C
KeepOnlyLastCommitDeletionPolicy
C
KnnVectorValues
C
LeafReader
C
LeafReaderContext
C
LiveIndexWriterConfig
C
LogByteSizeMergePolicy
C
LogDocMergePolicy
C
LogMergePolicy
C
MappedMultiFields
C
MergePolicy
C
MergeRateLimiter
C
MergeScheduler
C
MergeState
E
MergeTrigger
C
MultiBits
C
MultiDocValues
C
MultiFields
C
MultiLeafReader
C
MultiPostingsEnum
C
MultiReader
C
MultiTerms
C
MultiTermsEnum
C
NoDeletionPolicy
C
NoMergePolicy
C
NoMergeScheduler
C
NumericDocValues
C
OneMergeWrappingMergePolicy
C
OrdTermState
C
OrdinalMap
C
ParallelCompositeReader
C
ParallelLeafReader
C
PersistentSnapshotDeletionPolicy
C
PointValues
C
PostingsEnum
C
PrefixCodedTerms
I
QueryTimeout
C
QueryTimeoutImpl
C
ReaderManager
C
ReaderUtil
C
SegmentCommitInfo
C
SegmentInfo
C
SegmentInfos
C
SegmentOrder
C
SegmentReadState
C
SegmentReader
C
SegmentWriteState
C
SerialMergeScheduler
C
SimpleMergedSegmentWarmer
C
SingleTermsEnum
C
SlowCodecReaderWrapper
C
SlowImpactsEnum
C
SnapshotDeletionPolicy
C
SoftDeletesDirectoryReaderWrapper
C
SoftDeletesRetentionMergePolicy
C
SortFieldProvider
C
SortedDocValues
C
SortedNumericDocValues
C
SortedSetDocValues
C
Sorter
C
SortingCodecReader
C
StandardDirectoryReader
C
StoredFieldVisitor
C
StoredFields
C
Term
C
TermState
C
TermStates
C
TermVectors
C
Terms
C
TermsEnum
C
TieredMergePolicy
I
TwoPhaseCommit
C
TwoPhaseCommitTool
C
UpgradeIndexMergePolicy
E
VectorEncoding
E
VectorSimilarityFunction
org.apache.lucene.index.SlowCodecReaderWrapper
class
final
1 members
Wraps arbitrary readers for merging. Note that this can cause slow and memory-intensive merges.
Consider using FilterCodecReader instead.
Class Methods
wrap
Returns a CodecReader view of reader.
If reader is already a CodecReader, it is returned directly. Otherwise, a
(slow) view is returned.