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

Search Import

Import Provider Grooper.GPT

Imports documents from an AI Search result set, enabling flexible batch creation and processing based on search queries and result filtering.

Remarks

The SearchImport class provides the ability to import documents or folders identified by an Azure AI Search query into Grooper batches, supporting both copy and move operations, and advanced filtering by content type, level, and sample size.

Key Features:

  • Executes import operations based on a configurable SearchIndexQuery, allowing precise targeting of documents or folders.
  • Supports both copy and move operations for imported items.
  • Allows importing at a specific level relative to the search results (e.g., direct documents, ancestors, or descendants).
  • Optionally limits the number of imported items per content type using SamplesPerType.
  • Integrates with Grooper's batch creation and import infrastructure for seamless downstream processing.

Usage Notes:

  • Use IdsToImport to specify an explicit set of node IDs to import, or rely on the search query to dynamically select items.
  • The Level property controls the relative position in the batch hierarchy for imported items (0 = direct, negative = ancestors, positive = descendants).
  • Operation determines whether items are copied or moved into the batch.
  • This class is typically used in scenarios where search-driven, ad-hoc batch creation or sampling is required, such as quality control, exception handling, or targeted reprocessing.

Properties

NameTypeDescription

See Also

Used By

Notification