-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MSEARCH-771]. Add models, event processing, indexing, tests, README.… #607
Conversation
{ | ||
"name": "institution", | ||
"eventBodyJavaClass": "org.folio.search.model.dto.locationunit.InstitutionDto", | ||
"reindexSupported": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-indexing is properly disabled
Quality Gate passedIssues Measures |
"inventory.location", SearchUtils.LOCATION_RESOURCE, | ||
"inventory.campus", SearchUtils.CAMPUS_RESOURCE | ||
private static final Map<String, String> TOPIC_TO_RESOURCE_MAP = Map.ofEntries( | ||
Map.entry("inventory.instance", SearchUtils.INSTANCE_RESOURCE), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed Map.of()
with Map.ofEntries()
to support more than 10 entries
@BKadirkhodjaev please use proper commit message during merge. |
Noted, would |
Purpose
Implement Indexing of Institutions from Kafka (MSEARCH-771)
Approach
Changes Checklist
Related Issues
Implement Indexing of Campuses from Kafka (MSEARCH-770)
Create location index and process location events (MSEARCH-703)