Constructor DocValuesUpdate
DocValuesUpdate(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 |