Class DocValuesUpdate
An in-place update to a DocValues field.
Inheritance
System.Object
DocValuesUpdate
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class DocValuesUpdate : object
Constructors
| Improve this Doc View SourceDocValuesUpdate(DocValuesFieldUpdatesType, Term, String, Object)
Constructor.
Declaration
protected DocValuesUpdate(DocValuesFieldUpdatesType type, Term term, string field, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| DocValuesFieldUpdatesType | type | |
| Term | term | the Term which determines the documents that will be updated |
| System.String | field | the NumericDocValuesField to update |
| System.Object | value | the updated value |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |