Uses of Class
org.apache.lucene.index.CodecReader
-
Uses of CodecReader in org.apache.lucene.index
Modifier and TypeClassDescriptionclass
AFilterCodecReader
contains another CodecReader, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.final class
IndexReader implementation over a single segment.final class
AnCodecReader
which supports sorting documents by a givenSort
.Modifier and TypeFieldDescriptionprotected final CodecReader
FilterCodecReader.in
The underlying CodecReader instance.Modifier and TypeMethodDescriptionFilterCodecReader.getDelegate()
Returns the wrappedCodecReader
.static CodecReader
FilterCodecReader.unwrap
(CodecReader reader) Get the wrapped instance byreader
as long as this reader is an instance ofFilterCodecReader
.static CodecReader
SlowCodecReaderWrapper.wrap
(LeafReader reader) Returns aCodecReader
view of reader.static CodecReader
SortingCodecReader.wrap
(CodecReader reader, Sort sort) Return a sorted view ofreader
according to the order defined bysort
.MergePolicy.OneMerge.wrapForMerge
(CodecReader reader) Wrap the reader in order to add/remove information to the merged segment.Modifier and TypeMethodDescriptionlong
IndexWriter.addIndexes
(CodecReader... readers) Merges the provided indexes into this index.CheckIndex.testDocValues
(CodecReader reader, PrintStream infoStream, boolean failFast) Test docvalues.CheckIndex.testFieldInfos
(CodecReader reader, PrintStream infoStream, boolean failFast) Test field infos.CheckIndex.testFieldNorms
(CodecReader reader, PrintStream infoStream, boolean failFast) Test field norms.CheckIndex.testLiveDocs
(CodecReader reader, PrintStream infoStream, boolean failFast) Test live docs.CheckIndex.testPoints
(CodecReader reader, PrintStream infoStream, boolean failFast) Test the points indexCheckIndex.testPostings
(CodecReader reader, PrintStream infoStream) Test the term index.CheckIndex.testPostings
(CodecReader reader, PrintStream infoStream, boolean verbose, boolean doSlowChecks, boolean failFast) Test the term index.CheckIndex.testSort
(CodecReader reader, Sort sort, PrintStream infoStream, boolean failFast) Tests index sort order.CheckIndex.testStoredFields
(CodecReader reader, PrintStream infoStream, boolean failFast) Test stored fields.CheckIndex.testTermVectors
(CodecReader reader, PrintStream infoStream) Test term vectors.CheckIndex.testTermVectors
(CodecReader reader, PrintStream infoStream, boolean verbose, boolean doSlowChecks, boolean failFast) Test term vectors.CheckIndex.testVectors
(CodecReader reader, PrintStream infoStream, boolean failFast) Test the vectors indexstatic CodecReader
FilterCodecReader.unwrap
(CodecReader reader) Get the wrapped instance byreader
as long as this reader is an instance ofFilterCodecReader
.static CodecReader
SortingCodecReader.wrap
(CodecReader reader, Sort sort) Return a sorted view ofreader
according to the order defined bysort
.MergePolicy.OneMerge.wrapForMerge
(CodecReader reader) Wrap the reader in order to add/remove information to the merged segment.Modifier and TypeMethodDescriptionboolean
FilterMergePolicy.keepFullyDeletedSegment
(IOSupplier<CodecReader> readerIOSupplier) boolean
MergePolicy.keepFullyDeletedSegment
(IOSupplier<CodecReader> readerIOSupplier) Returns true if the segment represented by the given CodecReader should be keep even if it's fully deleted.boolean
NoMergePolicy.keepFullyDeletedSegment
(IOSupplier<CodecReader> readerIOSupplier) boolean
SoftDeletesRetentionMergePolicy.keepFullyDeletedSegment
(IOSupplier<CodecReader> readerIOSupplier) int
FilterMergePolicy.numDeletesToMerge
(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier) int
MergePolicy.numDeletesToMerge
(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier) Returns the number of deletes that a merge would claim on the given segment.int
NoMergePolicy.numDeletesToMerge
(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier) int
SoftDeletesRetentionMergePolicy.numDeletesToMerge
(SegmentCommitInfo info, int delCount, IOSupplier<CodecReader> readerSupplier)