Uses of Class
org.apache.lucene.store.FilterIndexInput
-
Packages that use FilterIndexInput Package Description org.apache.lucene.backward_codecs.store store helperorg.apache.lucene.internal.tests Internal bridges to package-private internals, for use by the lucene test framework only. -
-
Uses of FilterIndexInput in org.apache.lucene.backward_codecs.store
Subclasses of FilterIndexInput in org.apache.lucene.backward_codecs.store Modifier and Type Class Description (package private) class
EndiannessReverserIndexInput
AIndexInput
wrapper that changes the endianness of the provided index input. -
Uses of FilterIndexInput in org.apache.lucene.internal.tests
Method parameters in org.apache.lucene.internal.tests with type arguments of type FilterIndexInput Modifier and Type Method Description void
FilterIndexInputAccess. addTestFilterType(java.lang.Class<? extends FilterIndexInput> cls)
Adds the given test FilterIndexInput class.
-