Interface IMoreLikeThisQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface IMoreLikeThisQuery : IQuery
Properties
|
Edit this page
View Source
Analyzer
Declaration
[DataMember(Name = "analyzer")]
string Analyzer { get; set; }
Property Value
|
Edit this page
View Source
BoostTerms
Declaration
[DataMember(Name = "boost_terms")]
double? BoostTerms { get; set; }
Property Value
|
Edit this page
View Source
Fields
Declaration
[DataMember(Name = "fields")]
Fields Fields { get; set; }
Property Value
|
Edit this page
View Source
Include
Declaration
[DataMember(Name = "include")]
bool? Include { get; set; }
Property Value
|
Edit this page
View Source
Like
Declaration
[DataMember(Name = "like")]
IEnumerable<Like> Like { get; set; }
Property Value
|
Edit this page
View Source
MaxDocumentFrequency
Declaration
[DataMember(Name = "max_doc_freq")]
int? MaxDocumentFrequency { get; set; }
Property Value
|
Edit this page
View Source
MaxQueryTerms
Declaration
[DataMember(Name = "max_query_terms")]
int? MaxQueryTerms { get; set; }
Property Value
|
Edit this page
View Source
MaxWordLength
Declaration
[DataMember(Name = "max_word_length")]
int? MaxWordLength { get; set; }
Property Value
|
Edit this page
View Source
MinDocumentFrequency
Declaration
[DataMember(Name = "min_doc_freq")]
int? MinDocumentFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinTermFrequency
Declaration
[DataMember(Name = "min_term_freq")]
int? MinTermFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinWordLength
Declaration
[DataMember(Name = "min_word_length")]
int? MinWordLength { get; set; }
Property Value
|
Edit this page
View Source
MinimumShouldMatch
Declaration
[DataMember(Name = "minimum_should_match")]
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
[DataMember(Name = "per_field_analyzer")]
IPerFieldAnalyzer PerFieldAnalyzer { get; set; }
Property Value
|
Edit this page
View Source
Routing
Declaration
[DataMember(Name = "routing")]
Routing Routing { get; set; }
Property Value
|
Edit this page
View Source
StopWords
Declaration
[DataMember(Name = "stop_words")]
StopWords StopWords { get; set; }
Property Value
|
Edit this page
View Source
Unlike
Declaration
[DataMember(Name = "unlike")]
IEnumerable<Like> Unlike { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[DataMember(Name = "version")]
long? Version { get; set; }
Property Value
|
Edit this page
View Source
VersionType
Declaration
[DataMember(Name = "version_type")]
VersionType? VersionType { get; set; }
Property Value
Extension Methods