-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enhance elastic search mapping for documents #139
Comments
@pronguen I think the |
Yes, by now we have Example: https://sonardev.test.rero.ch/global/search/documents?q=Testing%20AND%202019&page=1&size=10
|
|
For a better user experience, a serie of enhancements have been applied in this PR. * Creates a custom docker image for elasticsearch with the ICU filter plugin. * Improves mappings for all records types. * Changes the way to sort records to put the best scores first. * Changes the way to sort records to put the most recents first, when no query is specified. * Sets a default analyzer in elasticsearch template. * Adds a default search factory applied to all records types. * Adds property to explain how elasticsearch set the score for a hit, if `debug` parameter is set. * Creates a custom query parser for documents, to avoid to search in full-text by default. * Closes #139. Co-Authored-by: Sébastien Délèze <[email protected]>
The text was updated successfully, but these errors were encountered: