Property | Type | Description |
---|
Method | Description | |
---|---|---|
Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object |
Materialize a single object from the response using the projector or return a default value based on the element type.
|
|
MaterializeSingle ( ElasticLinq.Response.Model.ElasticResponse response ) : object |
Materialize a single object from the response using the projector or return null if there are no applicable facets.
|
|
TermlessFacetElasticMaterializer ( object>.Func |
Create an instance of the TermlessFacetElasticMaterializer with the given parameters.
|
public Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object | ||
response | ElasticLinq.Response.Model.ElasticResponse | The |
return | object |
public MaterializeSingle ( ElasticLinq.Response.Model.ElasticResponse response ) : object | ||
response | ElasticLinq.Response.Model.ElasticResponse | The |
return | object |
public TermlessFacetElasticMaterializer ( object>.Func |
||
projector | object>.Func | A function to turn a hit into a desired object. |
elementType | The type of object being materialized. | |
key | object | The constant value for any key references during materialization. |
return | ElasticLinq.Response.Model |