Class MoreLikeThisQuery
Inheritance
MoreLikeThisQuery
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
|
Edit this page
View Source
BoostTerms
Declaration
public double? BoostTerms { get; set; }
Property Value
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Fields
Declaration
public Fields Fields { get; set; }
Property Value
|
Edit this page
View Source
Include
Declaration
public bool? Include { get; set; }
Property Value
|
Edit this page
View Source
Like
Declaration
public IEnumerable<Like> Like { get; set; }
Property Value
|
Edit this page
View Source
MaxDocumentFrequency
Declaration
public int? MaxDocumentFrequency { get; set; }
Property Value
|
Edit this page
View Source
MaxQueryTerms
Declaration
public int? MaxQueryTerms { get; set; }
Property Value
|
Edit this page
View Source
MaxWordLength
Declaration
public int? MaxWordLength { get; set; }
Property Value
|
Edit this page
View Source
MinDocumentFrequency
Declaration
public int? MinDocumentFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinTermFrequency
Declaration
public int? MinTermFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinWordLength
Declaration
public int? MinWordLength { get; set; }
Property Value
|
Edit this page
View Source
MinimumShouldMatch
Declaration
public MinimumShouldMatch MinimumShouldMatch { get; set; }
Property Value
|
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
|
Edit this page
View Source
Routing
Declaration
public Routing Routing { get; set; }
Property Value
|
Edit this page
View Source
StopWords
Declaration
public StopWords StopWords { get; set; }
Property Value
|
Edit this page
View Source
TermMatchPercentage
Declaration
public double? TermMatchPercentage { get; set; }
Property Value
|
Edit this page
View Source
Unlike
Declaration
public IEnumerable<Like> Unlike { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
public long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
public VersionType? VersionType { get; set; }
Property Value
Implements
Extension Methods