Uses of Interface
org.apache.lucene.queries.function.IndexReaderFunctions.ReaderFunction
-
Packages that use IndexReaderFunctions.ReaderFunction Package Description org.apache.lucene.queries.function Queries that compute score based upon a function. -
-
Uses of IndexReaderFunctions.ReaderFunction in org.apache.lucene.queries.function
Fields in org.apache.lucene.queries.function declared as IndexReaderFunctions.ReaderFunction Modifier and Type Field Description private IndexReaderFunctions.ReaderFunction
IndexReaderFunctions.IndexReaderDoubleValuesSource. func
Constructors in org.apache.lucene.queries.function with parameters of type IndexReaderFunctions.ReaderFunction Constructor Description IndexReaderDoubleValuesSource(IndexReaderFunctions.ReaderFunction func, java.lang.String description)
-