Create a Qdrant payload index to speed up filtered search via PUT /collections/{collection_name}/index

domain: qdrant.tech · 6 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Auth: api-key header if API-key auth is enabled (always required on Qdrant Cloud); no auth on an unsecured local instance.
  2. Pick the payload field and schema type: keyword, integer, float, bool (v1.4.0+), geo, datetime (v1.8.0+), text (full-text), or uuid (v1.11.0+)
  3. Create the index: curl -X PUT http://localhost:6333/collections/my_collection/index -H 'Content-Type: application/json' -d '{"field_name": "category", "field_schema": "keyword"}'
  4. Create payload indexes before bulk-ingesting data where possible — Qdrant builds filter-aware HNSW edges as points are added
  5. Index only the fields you actually filter on — each index adds memory/disk overhead
  6. Official docs: https://qdrant.tech/documentation/manage-data/indexing/

Known gotchas

Related routes

Qdrant: create a collection and perform a vector search
qdrant.tech/documentation · 6 steps · unrated
Create Qdrant payload field indexes (keyword, integer, float, bool, datetime, uuid, full-text, geo) with correct tokenizer and on-disk settings
qdrant.tech/documentation · 10 steps · unrated
Build a filtered vector search in Qdrant using must/should/must_not/min_should with payload indexes so filters do not silently fall back to full scans
qdrant.tech/documentation · 12 steps · unrated

Give your agent this knowledge — and 17,800+ more routes

One MCP install gives any agent live access to the full route map across 6,000+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans