opensearch-project / opensearch-project/sql
[Meta ] Search Command Changes.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 176
- Forks
- 229
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 43
Description
This is the meta issue for holding all the pending search command related changes.
Majority of the pending items could be coming from this PR: https://github.com/opensearch-project/sql/pull/4152
We have revamped search query to be a full text search command which is always a pushdown command which gets translated to Lucene Query using query_string function.
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 reading the linked pull request #4152 and the search-command changes described in this issue. Identify the pending search-related items and confirm that the full-text search command uses pushdown behavior with translation through the query_string function; done means the pending items have been resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100