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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

bytebyteVal(int doc)
doubledoubleVal(int doc)
voiddoubleVal(int doc, double[] vals)
booleanexists(int doc)
Returns true if there is a value for this document
floatfloatVal(int doc)
ValueFillergetValueFiller()
intintVal(int doc)
longlongVal(int doc)
ObjectobjectVal(int doc)
Native Java Object representation of the value
shortshortVal(int doc)
StringstrVal(int doc)
StringtoString(int doc)