-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds a deletion_date field to JSON schema and mapping in order to track when a MEF contribution record is deleted. * Changes `max_result_window` to 20000 as in config.py. * Changes `number_of_shards` to 8 for better ES performance. * Changes `number_of_replicas` to 1 for better ES performance and redundancy. * Implements lazy loading for patrons fixtures. * Adds sorting to `get_items_pid_by_holding_pid` so we always get the same order. * Adds sorting to `get_holdings_by_document_item_type` so we always get the same order. * Creates vendor fixtures before holdings fixtures in setup because holdings have $ref's to vendors. * Implements parallel indexing during setup. * Corrects `data/pid_dependencies.json` used for pid dependency checking. Co-Authored-by: Peter Weber <[email protected]>
- Loading branch information
Showing
38 changed files
with
446 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.