Geo

@Serializable
@SerialName(value = "geo")
data class Geo(val onDisk: Boolean? = null) : PayloadIndexParams

A geo index, for geoRadius, geoBoundingBox and geoPolygon filters.

Constructors

Link copied to clipboard
constructor(onDisk: Boolean? = null)

Properties

Link copied to clipboard
@SerialName(value = "on_disk")
open override val onDisk: Boolean?

Whether Qdrant keeps this index on disk instead of in RAM. null leaves the server's default.