lbryio / lbryio/hub

Explore improving text search quality

Open
#78 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.