Search Results for

    Show / Hide Table of Contents

    Class DirectGeneratorDescriptor<T>

    Inheritance
    object
    DescriptorBase<DirectGeneratorDescriptor<T>, IDirectGenerator>
    DirectGeneratorDescriptor<T>
    Implements
    IDescriptor
    IDirectGenerator
    Inherited Members
    DescriptorBase<DirectGeneratorDescriptor<T>, IDirectGenerator>.Self
    DescriptorBase<DirectGeneratorDescriptor<T>, IDirectGenerator>.Assign<TValue>(TValue, Action<IDirectGenerator, 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 DirectGeneratorDescriptor<T> : DescriptorBase<DirectGeneratorDescriptor<T>, IDirectGenerator>, IDescriptor, IDirectGenerator where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public DirectGeneratorDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public DirectGeneratorDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    MaxEdits(int?)

    Declaration
    public DirectGeneratorDescriptor<T> MaxEdits(int? maxEdits)
    Parameters
    Type Name Description
    int? maxEdits
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    MaxInspections(float?)

    Declaration
    public DirectGeneratorDescriptor<T> MaxInspections(float? maxInspections)
    Parameters
    Type Name Description
    float? maxInspections
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    MaxTermFrequency(float?)

    Declaration
    public DirectGeneratorDescriptor<T> MaxTermFrequency(float? frequency)
    Parameters
    Type Name Description
    float? frequency
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    MinDocFrequency(float?)

    Declaration
    public DirectGeneratorDescriptor<T> MinDocFrequency(float? frequency)
    Parameters
    Type Name Description
    float? frequency
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    MinWordLength(int?)

    Declaration
    public DirectGeneratorDescriptor<T> MinWordLength(int? length)
    Parameters
    Type Name Description
    int? length
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    PostFilter(string)

    Declaration
    public DirectGeneratorDescriptor<T> PostFilter(string postFilter)
    Parameters
    Type Name Description
    string postFilter
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    PreFilter(string)

    Declaration
    public DirectGeneratorDescriptor<T> PreFilter(string preFilter)
    Parameters
    Type Name Description
    string preFilter
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    PrefixLength(int?)

    Declaration
    public DirectGeneratorDescriptor<T> PrefixLength(int? length)
    Parameters
    Type Name Description
    int? length
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    Size(int?)

    Declaration
    public DirectGeneratorDescriptor<T> Size(int? size)
    Parameters
    Type Name Description
    int? size
    Returns
    Type Description
    DirectGeneratorDescriptor<T>
    | Edit this page View Source

    SuggestMode(SuggestMode?)

    Declaration
    public DirectGeneratorDescriptor<T> SuggestMode(SuggestMode? mode)
    Parameters
    Type Name Description
    SuggestMode? mode
    Returns
    Type Description
    DirectGeneratorDescriptor<T>

    Implements

    IDescriptor
    IDirectGenerator

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • MaxEdits(int?)
      • MaxInspections(float?)
      • MaxTermFrequency(float?)
      • MinDocFrequency(float?)
      • MinWordLength(int?)
      • PostFilter(string)
      • PreFilter(string)
      • PrefixLength(int?)
      • Size(int?)
      • SuggestMode(SuggestMode?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX