Apache Lucene.Net 2.4.0 Class Library API

ValueSource Methods

The methods of the ValueSource class are listed below. For a complete list of ValueSource class members, see the ValueSource Members topic.

Public Instance Methods

Description description of field, used in explain()
Equals Needed for possible caching of query results - used by {@link ValueSourceQuery#equals(object)}.
GetHashCode Needed for possible caching of query results - used by {@link ValueSourceQuery#hashCode()}.
GetType (inherited from Object)Gets the Type of the current instance.
GetValues Return the DocValues used by the function query.
ToString 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ValueSource Class | Lucene.Net.Search.Function Namespace