IndexWriterAccess

Access to IndexWriter internals exposed to the test framework.

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getReader(iw: IndexWriter, applyDeletions: Boolean, writeAllDeletes: Boolean): DirectoryReader
Link copied to clipboard
abstract fun getSegmentCount(iw: IndexWriter): Int
Link copied to clipboard
abstract fun isClosed(iw: IndexWriter): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun segString(iw: IndexWriter): String