Expert: represents field values as different types. Normally created via a {@link Lucene.Net.Search.Function.ValueSource ValueSuorce} for a particular field and reader.

WARNING: The status of the Search.Function package is experimental. The APIs introduced here might change in the future and will not be supported anymore in such a case.

Namespace: Lucene.Net.Search.Function
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract class DocValues
Visual Basic
Public MustInherit Class DocValues
Visual C++
public ref class DocValues abstract

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Search.Function..::..DocValues

See Also