Search Results for

    Show / Hide Table of Contents

    Class FieldLookup

    Inheritance
    object
    FieldLookup
    Implements
    IFieldLookup
    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 FieldLookup : IFieldLookup

    Properties

    | Edit this page View Source

    Id

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

    Index

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

    Path

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

    Routing

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

    Implements

    IFieldLookup

    Extension Methods

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