Qdrant · Schema

StemmingAlgorithm

Different stemming algorithms with their configs.

AIArtificial IntelligenceVector Databases
View JSON Schema on GitHub

JSON Schema

qdrant-stemmingalgorithm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StemmingAlgorithm",
  "title": "StemmingAlgorithm",
  "description": "Different stemming algorithms with their configs.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/SnowballParams"
    }
  ]
}