Skip to content

Commit 3c86510

Browse files
amouraoCopilot
andauthored
Update docs/weaviate/config-refs/indexing/inverted-index.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 6c2e1e4 commit 3c86510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/weaviate/config-refs/indexing/inverted-index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The existing [`stopwords`](#stopwords) configuration remains as the default for
207207

208208
<TokenizerPreview />
209209

210-
Part of a **property definition** (not `invertedIndexConfig`). Configures text analysis behavior for individual `text` properties, including accent folding and per-property stopword overrides. Supported on properties with tokenization `word`, `lowercase`, `whitespace`, `field`, or `trigram` — not on the language-specific tokenizers (`gse`, `gse_ch`, `kagome_ja`, `kagome_kr`).
210+
Part of a **property definition** (not `invertedIndexConfig`). Configures text analysis behavior for individual `text` properties. The accent-folding options (`asciiFold`, `asciiFoldIgnore`) are supported on properties with tokenization `word`, `lowercase`, `whitespace`, `field`, or `trigram` — not on the language-specific tokenizers (`gse`, `gse_ch`, `kagome_ja`, `kagome_kr`). The `stopwordPreset` option is only supported on properties with `tokenization: "word"`.
211211

212212
| Parameter | Type | Default | Details |
213213
| :---------------- | :--------- | :------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)