Enum SearchScoreFunction
The function to use when scoring results from a search on embedded documents.
public enum SearchScoreFunction
Fields
Average = 0Use the average score.
Maximum = 1Use the maximum score.
The function to use when scoring results from a search on embedded documents.
public enum SearchScoreFunction
Average = 0Use the average score.
Maximum = 1Use the maximum score.