We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c412a29 commit 2bfb822Copy full SHA for 2bfb822
data/settings.js
@@ -2356,17 +2356,6 @@ should be sufficient to allow indexing in a 256 MB maximum size process.
2356
Set to \`0\` to use the Xapian default.`
2357
},
2358
2359
- fts_flatcurve_max_term_size: {
2360
- default: 30,
2361
- values: setting_types.UINT,
2362
- plugin: 'fts-flatcurve',
2363
- advanced: true,
2364
- text: `
2365
-The maximum number of characters in a term to index.
2366
-
2367
-The maximum value for this setting is \`200\`.`
2368
- },
2369
2370
fts_flatcurve_min_term_size: {
2371
default: 2,
2372
values: setting_types.UINT,
0 commit comments