Search Results for

    Show / Hide Table of Contents

    Class MoreLikeThisQuery

    Inheritance
    object
    QueryBase
    MoreLikeThisQuery
    Implements
    IMoreLikeThisQuery
    IQuery
    Inherited Members
    QueryBase.Boost
    QueryBase.IsStrict
    QueryBase.IsVerbatim
    QueryBase.IsWritable
    QueryBase.Name
    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 MoreLikeThisQuery : QueryBase, IMoreLikeThisQuery, IQuery

    Properties

    | Edit this page View Source

    Analyzer

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

    BoostTerms

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

    Conditionless

    Declaration
    protected override bool Conditionless { get; }
    Property Value
    Type Description
    bool
    Overrides
    QueryBase.Conditionless
    | Edit this page View Source

    Fields

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

    Include

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

    Like

    Declaration
    public IEnumerable<Like> Like { get; set; }
    Property Value
    Type Description
    IEnumerable<Like>
    | Edit this page View Source

    MaxDocumentFrequency

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

    MaxQueryTerms

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

    MaxWordLength

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

    MinDocumentFrequency

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

    MinTermFrequency

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

    MinWordLength

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

    MinimumShouldMatch

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

    PerFieldAnalyzer

    Provide a different analyzer than the one at the field. This is useful in order to generate term vectors in any fashion, especially when using artificial documents.

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

    Routing

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

    StopWords

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

    TermMatchPercentage

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

    Unlike

    Declaration
    public IEnumerable<Like> Unlike { get; set; }
    Property Value
    Type Description
    IEnumerable<Like>
    | Edit this page View Source

    Version

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

    VersionType

    Declaration
    public VersionType? VersionType { get; set; }
    Property Value
    Type Description
    VersionType?

    Implements

    IMoreLikeThisQuery
    IQuery

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Analyzer
      • BoostTerms
      • Conditionless
      • Fields
      • Include
      • Like
      • MaxDocumentFrequency
      • MaxQueryTerms
      • MaxWordLength
      • MinDocumentFrequency
      • MinTermFrequency
      • MinWordLength
      • MinimumShouldMatch
      • PerFieldAnalyzer
      • Routing
      • StopWords
      • TermMatchPercentage
      • Unlike
      • Version
      • VersionType
    • Implements
    • Extension Methods
    Back to top Generated by DocFX