Uses of Interface
org.apache.lucene.internal.tests.IndexWriterAccess
-
Packages that use IndexWriterAccess Package Description org.apache.lucene.internal.tests Internal bridges to package-private internals, for use by the lucene test framework only. -
-
Uses of IndexWriterAccess in org.apache.lucene.internal.tests
Fields in org.apache.lucene.internal.tests declared as IndexWriterAccess Modifier and Type Field Description private static IndexWriterAccessTestSecrets. indexWriterAccessMethods in org.apache.lucene.internal.tests that return IndexWriterAccess Modifier and Type Method Description static IndexWriterAccessTestSecrets. getIndexWriterAccess()Return the accessor to internal secrets for anIndexWriter.Methods in org.apache.lucene.internal.tests with parameters of type IndexWriterAccess Modifier and Type Method Description static voidTestSecrets. setIndexWriterAccess(IndexWriterAccess indexWriterAccess)For internal initialization only.
-