Method Add
Add(SortField)
Adds a
Declaration
public void Add(SortField sortField)
Parameters
Type | Name | Description |
---|---|---|
SortField | sortField |
Remarks
Adds a
This can be used to reference a DocValuesField, a field from FieldCache, the document's score, etc.
Add(String, Expression)
Adds an Expression to the bindings.
Declaration
public void Add(string name, Expression expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Expression | expression |
Remarks
Adds an Expression to the bindings.
This can be used to reference expressions from other expressions.