manticoresoftware / manticoresoftware/manticoresearch
SUGGEST/QSUGGEST for distributed index
Open
Nobody has claimed this yet.
enhancement
in backlog
- Dominant language
- C++
- Stars
- 12k
- Forks
- 642
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 47
Description
From https://forum.manticoresearch.com/t/add-distributed-index-support-for-suggest-qsuggest/80
Currently SUGGEST/QSUGGEST only operates on a single index, it probably should work like CALL KEYWORDS which has distributed index support.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing SUGGEST/QSUGGEST handling with CALL KEYWORDS, focusing on how distributed indexes are detected and queried. The work is done when SUGGEST and QSUGGEST support distributed indexes consistently with CALL KEYWORDS; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, sql
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100