Method MetaSearchScoreDetails
MetaSearchScoreDetails<TDocument>(ProjectionDefinition<TDocument>, string)
Combines an existing projection with a search score details projection.
public static ProjectionDefinition<TDocument> MetaSearchScoreDetails<TDocument>(this ProjectionDefinition<TDocument> projection, string field)
Parameters
projection
ProjectionDefinition<TDocument>The projection.
field
stringThe field.
Returns
- ProjectionDefinition<TDocument>
A combined projection.
Type Parameters
TDocument
The type of the document.