Add Lucene engine impl for pluggable data formats#21299
Add Lucene engine impl for pluggable data formats#21299mgodwan wants to merge 4 commits intoopensearch-project:mainfrom
Conversation
| // ── Default factories ── | ||
|
|
||
| private static final LuceneFieldFactory TEXT_FACTORY = (doc, ft, value) -> { | ||
| doc.add(new Field(ft.name(), value.toString(), TEXT_FIELD_TYPE)); |
There was a problem hiding this comment.
All of this will be replaced in upcoming PRs with a full fledged support registry
PR Reviewer Guide 🔍(Review updated until commit 908328c)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 908328c Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 28075a4
Suggestions up to commit 9dd0022
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21299 +/- ##
==========================================
Coverage 73.30% 73.30%
+ Complexity 73756 73731 -25
==========================================
Files 5936 5936
Lines 335749 335753 +4
Branches 48396 48397 +1
==========================================
+ Hits 246106 246109 +3
+ Misses 70031 69926 -105
- Partials 19612 19718 +106 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4bf8d9d to
28075a4
Compare
|
Persistent review updated to latest commit 28075a4 |
|
❌ Gradle check result for 28075a4: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Bukhtawar
left a comment
There was a problem hiding this comment.
Overall looks good, minor suggestions raised
|
Persistent review updated to latest commit 908328c |
|
❌ Gradle check result for 908328c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 59d19c2.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
Description
Add Lucene engine impl for pluggable data formats
Related Issues
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.