Search Results for

    Show / Hide Table of Contents

    Interface IFieldLookup

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

    Properties

    | Edit this page View Source

    Id

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

    Index

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

    Path

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

    Routing

    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
      • Id
      • Index
      • Path
      • Routing
    • Extension Methods
    Back to top Generated by DocFX