Module org.apache.lucene.core
Package org.apache.lucene.internal.tests
Interface FilterIndexInputAccess
-
public interface FilterIndexInputAccess
Access toFilterIndexInput
internals exposed to the test framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addTestFilterType(java.lang.Class<? extends FilterIndexInput> cls)
Adds the given test FilterIndexInput class.
-
-
-
Method Detail
-
addTestFilterType
void addTestFilterType(java.lang.Class<? extends FilterIndexInput> cls)
Adds the given test FilterIndexInput class.
-
-