Qdrant · Schema

TextIndexParams

Artificial IntelligenceVector Databases

Properties

Name Type Description
type object
tokenizer object
min_token_len integer Minimum characters to be tokenized.
max_token_len integer Maximum characters to be tokenized.
lowercase boolean If true, lowercase all tokens. Default: true.
ascii_folding boolean If true, normalize tokens by folding accented characters to ASCII (e.g., "ação" -> "acao"). Default: false.
phrase_matching boolean If true, support phrase matching. Default: false.
stopwords object Ignore this set of tokens. Can select from predefined languages and/or provide a custom set.
on_disk boolean If true, store the index on disk. Default: false.
stemmer object Algorithm for stemming. Default: disabled.
enable_hnsw boolean Enable HNSW graph building for this payload field. If true, builds additional HNSW links (Need payload_m > 0). Default: true.
View JSON Schema on GitHub

JSON Schema

qdrant-textindexparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TextIndexParams",
  "title": "TextIndexParams",
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "$ref": "#/components/schemas/TextIndexType"
    },
    "tokenizer": {
      "$ref": "#/components/schemas/TokenizerType"
    },
    "min_token_len": {
      "description": "Minimum characters to be tokenized.",
      "type": "integer",
      "format": "uint",
      "minimum": 0,
      "nullable": true
    },
    "max_token_len": {
      "description": "Maximum characters to be tokenized.",
      "type": "integer",
      "format": "uint",
      "minimum": 0,
      "nullable": true
    },
    "lowercase": {
      "description": "If true, lowercase all tokens. Default: true.",
      "type": "boolean",
      "nullable": true
    },
    "ascii_folding": {
      "description": "If true, normalize tokens by folding accented characters to ASCII (e.g., \"a\u00e7\u00e3o\" -> \"acao\"). Default: false.",
      "type": "boolean",
      "nullable": true
    },
    "phrase_matching": {
      "description": "If true, support phrase matching. Default: false.",
      "type": "boolean",
      "nullable": true
    },
    "stopwords": {
      "description": "Ignore this set of tokens. Can select from predefined languages and/or provide a custom set.",
      "anyOf": [
        {
          "$ref": "#/components/schemas/StopwordsInterface"
        },
        {
          "nullable": true
        }
      ]
    },
    "on_disk": {
      "description": "If true, store the index on disk. Default: false.",
      "type": "boolean",
      "nullable": true
    },
    "stemmer": {
      "description": "Algorithm for stemming. Default: disabled.",
      "anyOf": [
        {
          "$ref": "#/components/schemas/StemmingAlgorithm"
        },
        {
          "nullable": true
        }
      ]
    },
    "enable_hnsw": {
      "description": "Enable HNSW graph building for this payload field. If true, builds additional HNSW links (Need payload_m > 0). Default: true.",
      "type": "boolean",
      "nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/qdrant-textindexparams"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.