Package org.apache.lucene.internal.tests
Interface IndexWriterAccess
public interface IndexWriterAccess
Access to
IndexWriter
internals exposed to the test framework.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Method Summary
Modifier and TypeMethodDescriptionint
getReader
(IndexWriter iw, boolean applyDeletions, boolean writeAllDeletes) int
boolean
isClosed
(IndexWriter iw) boolean
segString
(IndexWriter iw)
-
Method Details
-
segString
-
getSegmentCount
-
isClosed
-
getReader
DirectoryReader getReader(IndexWriter iw, boolean applyDeletions, boolean writeAllDeletes) throws IOException - Throws:
IOException
-
getDocWriterThreadPoolSize
-
isDeleterClosed
-
newestSegment
-