Search Results for

    Show / Hide Table of Contents

    Interface ILikeDocument

    An indexed or artificial document with which to find likeness

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ILikeDocument

    Properties

    | Edit this page View Source

    Document

    A document to find other documents like

    Declaration
    [DataMember(Name = "doc")]
    object Document { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Fields

    The fields to use for likeness

    Declaration
    [DataMember(Name = "fields")]
    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
    [DataMember(Name = "_id")]
    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
    [DataMember(Name = "_index")]
    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
    [DataMember(Name = "per_field_analyzer")]
    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
    [DataMember(Name = "routing")]
    Routing Routing { get; set; }
    Property Value
    Type Description
    Routing

    Extension Methods

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