Version: 2023.2
言語: 日本語

SearchResultConstructor

マニュアルに切り替える
public SearchResult (string id, int index, int score);
public SearchResult (int index);
public SearchResult (int index, int score);

パラメーター

id ID of the document containing the result.
index Index of the document containing the result.
score Relevance core of the result. A lower score indicates it is a more relevant result.

説明

Creates a new SearchResult.