Search Results for

    Show / Hide Table of Contents

    Class ReindexDestination

    Inheritance
    object
    ReindexDestination
    Implements
    IReindexDestination
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ReindexDestination : IReindexDestination

    Properties

    | Edit this page View Source

    Index

    The index to reindex into

    Declaration
    public IndexName Index { get; set; }
    Property Value
    Type Description
    IndexName
    | Edit this page View Source

    OpType

    Setting to Create will cause reindex to only create missing documents in the destination index.

    Declaration
    public OpType? OpType { get; set; }
    Property Value
    Type Description
    OpType?
    | Edit this page View Source

    Pipeline

    Id of the pipeline to use to process documents

    Declaration
    public string Pipeline { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Routing

    The routing to use when reindexing

    Declaration
    public ReindexRouting Routing { get; set; }
    Property Value
    Type Description
    ReindexRouting
    | Edit this page View Source

    VersionType

    Setting to External will cause OpenSearch to preserve the version from the source, create any documents that are missing, and update any documents that have an older version in the destination index than they do in the source index

    Declaration
    public VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Implements

    IReindexDestination

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Index
      • OpType
      • Pipeline
      • Routing
      • VersionType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX