Search Results for

    Show / Hide Table of Contents

    Class LikeDocument<TDocument>

    An indexed or artificial document with which to find likeness

    Inheritance
    object
    LikeDocumentBase
    LikeDocument<TDocument>
    Implements
    ILikeDocument
    Inherited Members
    LikeDocumentBase.Document
    LikeDocumentBase.Fields
    LikeDocumentBase.Id
    LikeDocumentBase.Index
    LikeDocumentBase.PerFieldAnalyzer
    LikeDocumentBase.Routing
    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 LikeDocument<TDocument> : LikeDocumentBase, ILikeDocument where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Constructors

    | Edit this page View Source

    LikeDocument(Id)

    Declaration
    public LikeDocument(Id id)
    Parameters
    Type Name Description
    Id id
    | Edit this page View Source

    LikeDocument(TDocument)

    Declaration
    public LikeDocument(TDocument document)
    Parameters
    Type Name Description
    TDocument document

    Implements

    ILikeDocument

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • LikeDocument(Id)
      • LikeDocument(TDocument)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX