@resistdesign/voltra
    Preparing search index...

    Function setStructuredHandlerDependencies

    • Configure the structured handler with concrete implementations.

      Example index event: { "action": "indexDocument", "document": { "id": "doc-42", "fields": { "category": "news", "tags": ["a", "b"] } } }

      Example search event: { "action": "SearchStructured", "where": { "and": [{ "type": "term", "field": "category", "mode": "eq", "value": "news" }] }, "limit": 10, "cursor": "eyJ2IjoxLCJsYXN0RG9jSWQiOiJkb2MtNDIifQ" }

      Parameters

      Returns void

      Nothing.