1. Search service

Search commands and pipelines

Version:

The following table describes the commands and pipelines for index and document management via the Search service:

Command/Pipeline

Description

CreateSearchIndexCommand

CreateSearchIndexPipeline

Creates an index based on the IndexablePolicy and SearchScopePolicy.

DeleteSearchIndexCommand

DeleteSearchIndexPipeline

Deletes an index (specified by name).

GetSearchIndexCommand

GetSearchIndexPipeline

Retrieves an index (specified by name).

InitializeSearchIndexCommand

InitializeSearchIndexPipeline

Initializes an index (specified by name).

ListSearchIndexesCommand

ListSearchIndexesPipeline

Lists all indexes in the system.

SearchCommand

SearchPipeline

Searches documents in an index.

UpdateSearchIndexCommand

UpdateSearchIndexPipeline

Updates an index based on the IndexablePolicy and SearchScopePolicy.

AddDocumentsToIndexPipeline

Adds documents to an index.

DeleteDocumentsFromIndexPipeline

Deletes documents from an index.

If you have suggestions for improving this article, let us know!