ข้ามไปยังเนื้อหา

Interface IKnowledgeIndexer

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Retrieval
Assembly: Cephalon.Abstractions.dll

Builds and replaces managed indexes for registered knowledge collections.

public interface IKnowledgeIndexer

IndexAsync(KnowledgeIndexingRequest, CancellationToken)

Section titled “ IndexAsync(KnowledgeIndexingRequest, CancellationToken)”

Indexes the documents supplied by providers for the requested collection.

ValueTask<KnowledgeIndexingResult> IndexAsync(KnowledgeIndexingRequest request, CancellationToken cancellationToken = default)

request KnowledgeIndexingRequest

The indexing request to execute.

cancellationToken CancellationToken

A token that can cancel the indexing run.

ValueTask<KnowledgeIndexingResult>

The final indexing result recorded for operator introspection.