Search Results for

    Show / Hide Table of Contents

    Class LikeDocumentBase

    Inheritance
    object
    LikeDocumentBase
    LikeDocument<TDocument>
    Implements
    ILikeDocument
    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 abstract class LikeDocumentBase : ILikeDocument

    Properties

    | Edit this page View Source

    Document

    A document to find other documents like

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

    Fields

    The fields to use for likeness

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

    Id

    The id of an indexed document to find other documents like

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

    Index

    The index of an indexed document to find other documents like

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

    PerFieldAnalyzer

    A different analyzer than the one defined for the target fields

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

    Routing

    The routing value of an indexed document to find other documents like

    Declaration
    public Routing Routing { get; set; }
    Property Value
    Type Description
    Routing

    Implements

    ILikeDocument

    Extension Methods

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