Class MultiValueSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.MultiValueSource
- Direct Known Subclasses:
VectorValueSource
A
ValueSource
that abstractly represents ValueSource
s for
poly fields, and other things.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, description, equals, getSortField, getValues, hashCode, newContext, toString
-
Constructor Details
-
MultiValueSource
public MultiValueSource()
-
-
Method Details
-
dimension
public abstract int dimension()
-