Version: 2023.1
언어: 한국어

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.