Package org.apache.lucene.internal.tests
Interface FilterIndexInputAccess
-
public interface FilterIndexInputAccess
Access toFilterIndexInput
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addTestFilterType(Class<? extends FilterIndexInput> cls)
Adds the given test FilterIndexInput class.
-
-
-
Method Detail
-
addTestFilterType
void addTestFilterType(Class<? extends FilterIndexInput> cls)
Adds the given test FilterIndexInput class.
-
-