Uses of Interface
org.apache.lucene.internal.tests.FilterIndexInputAccess
-
Packages that use FilterIndexInputAccess Package Description org.apache.lucene.internal.tests Internal bridges to package-private internals, for use by the lucene test framework only. -
-
Uses of FilterIndexInputAccess in org.apache.lucene.internal.tests
Methods in org.apache.lucene.internal.tests that return FilterIndexInputAccess Modifier and Type Method Description static FilterIndexInputAccess
TestSecrets. getFilterInputIndexAccess()
Return the accessor to internal secrets for anFilterIndexInput
.Methods in org.apache.lucene.internal.tests with parameters of type FilterIndexInputAccess Modifier and Type Method Description static void
TestSecrets. setFilterInputIndexAccess(FilterIndexInputAccess filterIndexInputAccess)
For internal initialization only.
-