Add Lucene engine impl for pluggable data formats#21299
Add Lucene engine impl for pluggable data formats#21299mgodwan wants to merge 1 commit 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 28075a4)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 28075a4
Previous suggestionsSuggestions 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:
|
Signed-off-by: Mohit Godwani <mgodwan@amazon.com>
|
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
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.