Method | Description | |
---|---|---|
AllTerms ( ) : |
Marks all terms to be returned, even ones with 0 counts.
|
|
KeyField ( string keyField ) : |
||
Order ( TermsStatsComparatorType comparatorType ) : |
The order by which to return the facets by. Defaults to COUNT.
|
|
Param ( string name, object value ) : |
A parameter that will be passed to the script.
|
|
Script ( string script ) : |
The language of the script.
|
|
Size ( int size ) : |
Sets the size of the result.
|
|
TermsStatsFacetBuilder ( string name ) : System.Collections.Generic |
Constructs a new terms stats facet builder under the provided facet name.
|
|
ToJsonObject ( ) : object | ||
ValueField ( string valueField ) : |
||
ValueScript ( string script ) : |
A value script to be executed (instead of value field) which results (numeric) will be used to compute the totals.
|
public KeyField ( string keyField ) : |
||
keyField | string | |
return |
public Order ( TermsStatsComparatorType comparatorType ) : |
||
comparatorType | TermsStatsComparatorType | |
return |
public Param ( string name, object value ) : |
||
name | string | The name of the script parameter. |
value | object | The value of the script parameter. |
return |
public Script ( string script ) : |
||
script | string | |
return |
public Size ( int size ) : |
||
size | int | |
return |
public TermsStatsFacetBuilder ( string name ) : System.Collections.Generic | ||
name | string | |
return | System.Collections.Generic |
public ValueField ( string valueField ) : |
||
valueField | string | |
return |
public ValueScript ( string script ) : |
||
script | string | |
return |