Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Content Type - Delete Search Index

Content Type Command Grooper.GPT

Deletes an Azure AI Search index previously created for this Content Type, removing all associated search and retrieval capabilities.

Remarks

The Delete Search Index command permanently removes the Azure AI Search index (and any associated chunked/RAG index) for a Content Type that has a local Indexing Behavior with an existing index.

When to Use

  • Use this command when a Content Type is being retired, reconfigured, or no longer requires search and retrieval features.
  • Run the command before recreating an index with a new schema, or when cleaning up unused indexes to free Azure service capacity.

Requirements

How It Works

  • The command deletes the Azure AI Search index defined by the Indexing Behavior for the selected Content Type.
  • If chunked (RAG) indexing is enabled, the associated chunked index is also deleted.
  • All index mappings and related state are removed from the Grooper database.
  • If the DeleteSavedQueries property is enabled, any saved queries and chat sessions associated with the index are also deleted.

Usage Scenarios

  • Remove search and retrieval features for a document type that is no longer in use.
  • Clean up Azure AI Search service resources before migrating or reconfiguring search indexes.
  • Prepare to recreate an index with a new schema or configuration.

> Note: This operation is irreversible. Once deleted, all search and retrieval capabilities for the affected Content Type are lost until a new index is created and documents are re-indexed.

Deleting a search index is a critical operation that should be performed with care, as it impacts all search, retrieval, and AI-powered features for the associated Content Type.

Properties

NameTypeDescription

See Also

Notification