The ValueSource type exposes the following members.

Constructors

  NameDescription
Protected methodValueSource
Initializes a new instance of the ValueSource class

Methods

  NameDescription
Public methodDescription
description of field, used in explain()
Public methodEquals
Needed for possible caching of query results - used by {@link ValueSourceQuery#equals(Object)}.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Needed for possible caching of query results - used by {@link ValueSourceQuery#hashCode()}.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Return the DocValues used by the function query.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::..ToString()()()().)

See Also