Search Results for

    Show / Hide Table of Contents

    Class PercolatorPropertyDescriptor<T>

    The percolator datatype is used to store a query, so that the IPercolateQuery can use it to match provided documents.

    Inheritance
    object
    DescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty>
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>
    PercolatorPropertyDescriptor<T>
    Implements
    IDescriptor
    IPercolatorProperty
    IProperty
    IFieldMapping
    Inherited Members
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.DebugDisplay
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.TypeOverride
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty>.Self
    DescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty>.Assign<TValue>(TValue, Action<IPercolatorProperty, TValue>)
    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 PercolatorPropertyDescriptor<T> : PropertyDescriptorBase<PercolatorPropertyDescriptor<T>, IPercolatorProperty, T>, IDescriptor, IPercolatorProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    PercolatorPropertyDescriptor()

    Declaration
    public PercolatorPropertyDescriptor()

    Implements

    IDescriptor
    IPercolatorProperty
    IProperty
    IFieldMapping

    Extension Methods

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