docs: expand the FTS index doc explaining the training process and multiple partitions#5988
Conversation
…tple partitions work
|
ACTION NEEDED The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification. For details on the error please inspect the "PR Title Check" action. |
Code ReviewThis is a documentation-only PR adding explanations of the FTS index training process, configuration, and distributed training. I verified the documented values against the implementation. Technical accuracy check:
No P0/P1 issues found. The documentation is accurate, well-organized, and provides valuable operational guidance for users configuring FTS indexes at scale. LGTM 👍 |
There was a problem hiding this comment.
LGTM!
Could you also please add a note in the quickstart page on FTS pointing to this page? This page is buried under the scalar index page and might be hard to find unless a user specifically searches for FTS (in which case they might stumble across the quickstart page, so it's best to lead the reader here for advanced usage).
At the end of quickstart/full-text-search/, we could add an H2 header with the following text:
## Advanced usage
For advanced usage instructions with different tokenizers and more technical details on the index training process, visit the [full-text index](../format/table/index/scalar/fts/) section.
@prrao87 done. I also fixed a number of broken links. |
No description provided.