Method MetaTextScore
MetaTextScore(string)
Creates a text score projection.
public ProjectionDefinition<TSource> MetaTextScore(string field)
Parameters
field
stringThe field.
Returns
- ProjectionDefinition<TSource>
A text score projection.
Creates a text score projection.
public ProjectionDefinition<TSource> MetaTextScore(string field)
field
stringThe field.
A text score projection.