Class DocValuesUpdate
An in-place update to a DocValues field.
Inheritance
System.Object
DocValuesUpdate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class DocValuesUpdate
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 |
Overrides
System.Object.ToString()