Module org.apache.lucene.core
Package org.apache.lucene.internal.tests
Interface SegmentReaderAccess
-
public interface SegmentReaderAccess
Access toSegmentReader
internals exposed to the test framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getCore(SegmentReader segmentReader)
-
-
-
Method Detail
-
getCore
java.lang.Object getCore(SegmentReader segmentReader)
- Returns:
- Returns the package-private
SegmentCoreReaders
associated with the segment reader. We don't use the actual type anywhere, so just return it as an object, without type.
-
-