Weaviate · JSON Structure

Weaviate Inverted Index Config Structure

Configure the inverted index built into Weaviate. See [Reference: Inverted index](https://docs.weaviate.io/weaviate/config-refs/indexing/inverted-index#inverted-index-parameters) for details.

Type: object Properties: 9
Vector DatabaseArtificial IntelligenceMachine-LearningSemantic SearchOpen-SourceGraphQLKubernetes

Weaviate Inverted Index Config Structure is a JSON Structure definition published by Weaviate, describing 9 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

cleanupIntervalSeconds bm25 stopwords indexTimestamps indexNullState indexPropertyLength usingBlockMaxWAND tokenizerUserDict stopwordPresets

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/weaviate/json-structure/weaviate-inverted-index-config-structure.json",
  "title": "InvertedIndexConfig",
  "description": "Configure the inverted index built into Weaviate. See [Reference: Inverted index](https://docs.weaviate.io/weaviate/config-refs/indexing/inverted-index#inverted-index-parameters) for details.",
  "type": "object",
  "properties": {
    "cleanupIntervalSeconds": {
      "type": "float",
      "description": "Asynchronous index clean up happens every n seconds (default: 60)."
    },
    "bm25": {
      "type": "#BM25Config"
    },
    "stopwords": {
      "type": "#StopwordConfig"
    },
    "indexTimestamps": {
      "type": "bool",
      "description": "Index each object by its internal timestamps (default: `false`)."
    },
    "indexNullState": {
      "type": "bool",
      "description": "Index each object with the null state (default: `false`)."
    },
    "indexPropertyLength": {
      "type": "bool",
      "description": "Index length of properties (default: `false`)."
    },
    "usingBlockMaxWAND": {
      "type": "bool",
      "description": "Using BlockMax WAND for query execution (default: `false`, will be `true` for new collections created after 1.30)."
    },
    "tokenizerUserDict": {
      "type": "array",
      "description": "User-defined dictionary for tokenization."
    },
    "stopwordPresets": {
      "type": "map",
      "description": "User-defined named stopword lists. Each key is a preset name that can be referenced by a property's textAnalyzer.stopwordPreset field. The value is an array of stopword strings. Preset names must not be empty or whitespace-only; each list must contain at least one word; individual words must not be empty or whitespace-only."
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/weaviate-inverted-index-config-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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