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" }
Reader/writer dependencies used by the handler.
Nothing.
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" }