Weaviate · Example Payload

Weaviate Inverted Index Config Example

Vector DatabaseAIMachine LearningSemantic SearchOpen SourceGraphQLKubernetes

Weaviate Inverted Index Config Example is an example object payload from Weaviate, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

cleanupIntervalSecondsbm25stopwordsindexTimestampsindexNullStateindexPropertyLengthusingBlockMaxWANDtokenizerUserDictstopwordPresets

Example Payload

Raw ↑
{
  "cleanupIntervalSeconds": 98.22,
  "bm25": {
    "id": "example-id"
  },
  "stopwords": {
    "id": "example-id"
  },
  "indexTimestamps": true,
  "indexNullState": true,
  "indexPropertyLength": true,
  "usingBlockMaxWAND": true,
  "tokenizerUserDict": [
    {
      "id": "example-id"
    }
  ],
  "stopwordPresets": {
    "key": "value"
  }
}