Package org.apache.lucene.index
Interface CheckIndex.DocValuesIteratorSupplier
-
- Enclosing class:
- CheckIndex
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface CheckIndex.DocValuesIteratorSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocValuesIterator
get(FieldInfo fi)
-
-
-
Method Detail
-
get
DocValuesIterator get(FieldInfo fi) throws java.io.IOException
- Throws:
java.io.IOException
-
-