Class DirectGenerator
Inheritance
DirectGenerator
Assembly: OpenSearch.Client.dll
Syntax
public class DirectGenerator : IDirectGenerator
Properties
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
MaxEdits
Declaration
public int? MaxEdits { get; set; }
Property Value
|
Edit this page
View Source
MaxInspections
Declaration
public float? MaxInspections { get; set; }
Property Value
|
Edit this page
View Source
MaxTermFrequency
Declaration
public float? MaxTermFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinDocFrequency
Declaration
public float? MinDocFrequency { get; set; }
Property Value
|
Edit this page
View Source
MinWordLength
Declaration
public int? MinWordLength { get; set; }
Property Value
|
Edit this page
View Source
PostFilter
Declaration
public string PostFilter { get; set; }
Property Value
|
Edit this page
View Source
PreFilter
Declaration
public string PreFilter { get; set; }
Property Value
|
Edit this page
View Source
PrefixLength
Declaration
public int? PrefixLength { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
SuggestMode
Declaration
public SuggestMode? SuggestMode { get; set; }
Property Value
Implements
Extension Methods