Package org.apache.lucene.internal.tests
Interface SegmentReaderAccess
- 
 public interface SegmentReaderAccessAccess toSegmentReaderinternals exposed to the test framework.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetCore(SegmentReader segmentReader)
 
- 
- 
- 
Method Detail- 
getCoreObject getCore(SegmentReader segmentReader) - Returns:
- Returns the package-private SegmentCoreReadersassociated with the segment reader. We don't use the actual type anywhere, so just return it as an object, without type.
 
 
- 
 
-