Add phrase fields to query generation

Open
#15 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
java, mongodb
Domain
backend, search

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.

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.

Dominant language
Java
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

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.

More from mongodb-developer/mongodb-search-java-server

All issues in mongodb-developer/mongodb-search-java-server

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.