메소드 | 설명 | |
---|---|---|
AddRange ( double from, double to ) : |
Adds a range entry with explicit from and to.
|
|
AddUnboundedFrom ( double to ) : |
Adds a range entry with explicit to and unbounded from.
|
|
AddUnboundedTo ( double from ) : |
Adds a range entry with explicit from and unbounded to.
|
|
FacetFilter ( IFilterBuilder filter ) : |
An additional filter used to further filter down the set of documents the facet will run on.
|
|
Global ( bool global ) : |
Should the facet run in global mode (not bounded by the search query) or not (bounded by the search query). Defaults to false.
|
|
KeyScript ( string keyScript ) : |
||
Lang ( string lang ) : |
The language of the script.
|
|
Nested ( string nested ) : |
Sets the nested path the facet will execute on. A match (root object) will then cause all the nested objects matching the path to be computed into the facet.
|
|
Param ( string name, object value ) : |
A parameter that will be passed to the script.
|
|
RangeScriptFacetBuilder ( string name ) : System.Collections.Generic | ||
Scope ( string scope ) : |
Marks the facet to run in a specific scope.
|
|
ToJsonObject ( ) : object | ||
ValueScript ( string valueScript ) : |
public AddRange ( double from, double to ) : |
||
from | double | The from range limit |
to | double | The to range limit |
리턴 |
public AddUnboundedFrom ( double to ) : |
||
to | double | The to range limit, from is unbounded. |
리턴 |
public AddUnboundedTo ( double from ) : |
||
from | double | The from range limit, to is unbounded. |
리턴 |
public FacetFilter ( IFilterBuilder filter ) : |
||
filter | IFilterBuilder | |
리턴 |
public Global ( bool global ) : |
||
global | bool | |
리턴 |
public KeyScript ( string keyScript ) : |
||
keyScript | string | |
리턴 |
public Lang ( string lang ) : |
||
lang | string | |
리턴 |
public Nested ( string nested ) : |
||
nested | string | |
리턴 |
public Param ( string name, object value ) : |
||
name | string | The name of the script parameter. |
value | object | The value of the script parameter. |
리턴 |
public RangeScriptFacetBuilder ( string name ) : System.Collections.Generic | ||
name | string | |
리턴 | System.Collections.Generic |
public Scope ( string scope ) : |
||
scope | string | |
리턴 |
public ValueScript ( string valueScript ) : |
||
valueScript | string | |
리턴 |