Explore improving text search quality
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
For example,
As described here, https://artemisconsultinginc.com/blog/defining-an-elasticsearch-schema-for-relevant-search/ you can take advantage of builtin "stop words" if you pass a language.
SDK would need to be passed a language param from the app for claim search so it can provide it to ES.
Contributor guide
No contributing guide indexed for this repository
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
Trace the claim-search path in the SDK and app to find where the search request is assembled, then inspect how it is sent to Elasticsearch. Confirm how a language parameter can reach Elasticsearch for stop-word handling, and verify that claim search results improve for the relevant language.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch, python
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100