mongodb-developer / mongodb-developer/mongodb-search-java-server
Add phrase fields to query generation
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Incorporate the full query as a phrase query for specified field. Additionally, consider implementing shingled phrases, such that "big green car" becomes 2-shingle phrases for "big green" and "green car", and also for 3-shingles too.
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
Start by locating the query-generation entry point and reviewing how specified fields and MongoDB Search queries are represented. Clarify the expected full-phrase behavior and whether 2- and 3-shingles are required; done means the agreed phrase and shingle cases are generated for the specified field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- backend, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100