Show / Hide Table of Contents

    Class DocValuesUpdate

    An in-place update to a DocValues field.

    Inheritance
    System.Object
    DocValuesUpdate
    DocValuesUpdate.BinaryDocValuesUpdate
    DocValuesUpdate.NumericDocValuesUpdate
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    public abstract class DocValuesUpdate : object

    Constructors

    | Improve this Doc View Source

    DocValuesUpdate(DocValuesFieldUpdatesType, Term, String, Object)

    Constructor.

    Declaration
    protected DocValuesUpdate(DocValuesFieldUpdatesType type, Term term, string field, object value)
    Parameters
    Type Name Description
    DocValuesFieldUpdatesType type

    the DocValuesFieldUpdatesType

    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 Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)