Java org.apache.lucene.queries.function ValueSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queries.function ValueSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.queries.function ValueSource.

The text is from its open source code.

Subclass

org.apache.lucene.queries.function.ValueSource has subclasses.
Click this link to see all its subclasses.

Method

DoubleValuesSourceasDoubleValuesSource()
Expose this ValueSource as a DoubleValuesSource
voidcreateWeight(Map context, IndexSearcher searcher)
Implementations should propagate createWeight to sub-ValueSources which can optionally store weight info in the context.
Stringdescription()
description of field, used in explain()
SortFieldgetSortField(boolean reverse)
EXPERIMENTAL: This method is subject to change.
FunctionValuesgetValues(Map context, LeafReaderContext readerContext)
Gets the values for this reader and the context that was previously passed to createWeight().
inthashCode()
MapnewContext(IndexSearcher searcher)
Returns a new non-threadsafe context map.