Apache Lucene.Net 2.4.0 Class Library API

ValueSource Members

ValueSource overview

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 Constructors

ValueSource Constructor Initializes a new instance of the ValueSource class.

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