Interface IDirectGenerator
Assembly: OpenSearch.Client.dll
Syntax
public interface IDirectGenerator
Properties
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
MaxEdits
Declaration
[DataMember(Name = "max_edits")]
int? MaxEdits { get; set; }
Property Value
|
Edit this page
View Source
MaxInspections
Declaration
[DataMember(Name = "max_inspections")]
float? MaxInspections { get; set; }
Property Value
|
Edit this page
View Source
MaxTermFrequency
Declaration
[DataMember(Name = "max_term_freq")]
float? MaxTermFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinDocFrequency
Declaration
[DataMember(Name = "min_doc_freq")]
float? MinDocFrequency { 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
PostFilter
Declaration
[DataMember(Name = "post_filter")]
string PostFilter { get; set; }
Property Value
|
Edit this page
View Source
PreFilter
Declaration
[DataMember(Name = "pre_filter")]
string PreFilter { get; set; }
Property Value
|
Edit this page
View Source
PrefixLength
Declaration
[DataMember(Name = "prefix_length")]
int? PrefixLength { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
|
Edit this page
View Source
SuggestMode
Declaration
[DataMember(Name = "suggest_mode")]
SuggestMode? SuggestMode { get; set; }
Property Value
Extension Methods