AsyncSearchItemPaged クラス

継承
AsyncSearchItemPaged

コンストラクター

AsyncSearchItemPaged(*args, **kwargs)

メソッド

by_page

オブジェクトの非同期反復子ではなく、オブジェクトのページの非同期反復子を取得します。

get_answers

回答を返します。

get_count

クエリに include_total_count が設定されている場合は、結果の数を返します。

get_coverage

クエリに対 してminimum_coverage が特定された場合は、カバレッジの割合を返します。

get_facets

ファセットが要求された場合は、ファセットの結果を返します。

by_page

オブジェクトの非同期反復子ではなく、オブジェクトのページの非同期反復子を取得します。

by_page(continuation_token: str | None = None) -> AsyncIterator[AsyncIterator[ReturnType]]

パラメーター

名前 説明
continuation_token
str

不透明な継続トークン。 この値は、前のジェネレーター オブジェクトの continuation_token フィールドから取得できます。 指定した場合、このジェネレーターはこの時点から結果の返しを開始します。

既定値: None

戻り値

説明
AsyncIterator[AsyncIterator[<xref:ReturnType>]]

ページの非同期反復子 (それ自体はオブジェクトの非同期反復子)

get_answers

回答を返します。

async get_answers() -> List[QueryAnswerResult] | None

戻り値

説明
list[<xref:azure.search.documents.QueryAnswerResult>]

答え。

get_count

クエリに include_total_count が設定されている場合は、結果の数を返します。

async get_count() -> int

戻り値

説明
int

結果の数。

get_coverage

クエリに対 してminimum_coverage が特定された場合は、カバレッジの割合を返します。

async get_coverage() -> float

戻り値

説明

カバレッジの割合。

get_facets

ファセットが要求された場合は、ファセットの結果を返します。

async get_facets() -> Dict | None

戻り値

説明

ファセットの結果。