Typesense · Schema

IndexAction

Action to perform during document indexing.

Full-Text SearchOpen SourceSearch EngineTypo ToleranceVector Search
View JSON Schema on GitHub

JSON Schema

typesense-indexaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IndexAction",
  "title": "IndexAction",
  "type": "string",
  "description": "Action to perform during document indexing.",
  "enum": [
    "create",
    "upsert",
    "update",
    "emplace"
  ]
}