Uses of Interface
org.apache.lucene.internal.tests.IndexWriterAccess
Packages that use IndexWriterAccess
Package
Description
Internal bridges to package-private internals, for use by the lucene test framework only.
-
Uses of IndexWriterAccess in org.apache.lucene.internal.tests
Methods in org.apache.lucene.internal.tests that return IndexWriterAccessModifier and TypeMethodDescriptionstatic IndexWriterAccess
TestSecrets.getIndexWriterAccess()
Return the accessor to internal secrets for anIndexWriter
.Methods in org.apache.lucene.internal.tests with parameters of type IndexWriterAccessModifier and TypeMethodDescriptionstatic void
TestSecrets.setIndexWriterAccess
(IndexWriterAccess indexWriterAccess) For internal initialization only.