Method MetaTextScore
MetaTextScore(string)
Specifies the name of field to hold the computed relevance score for text search.
public static FieldsBuilder MetaTextScore(string name)
Parameters
name
stringThe name of the field to hold the computed relevance score.
Returns
- FieldsBuilder
The builder (so method calls can be chained).