Module org.apache.lucene.queries
Interface IndexReaderFunctions.ReaderFunction
-
- Enclosing class:
- IndexReaderFunctions
- 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 IndexReaderFunctions.ReaderFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
apply(IndexReader reader)
-
-
-
Method Detail
-
apply
double apply(IndexReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
-