-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fixes for a couple of bugs #172
Conversation
temi
commented
Jul 7, 2022
- Bulk indexing MongoDB documents are very slow #169
- Properties mapping of string fields to ES type keyword not working as expected #170
fix for slow mongodb pagination query
fix for mapping string field to `keyword` ES type
fix for mapping string field to `keyword` ES type fixed github actions syntax
disabled spring MongoClient autoconfiguration
|
Please sign the CLA. |
@puneetbehl it is now signed |
@temi I am sorry but I no longer have access to merge the pull-request. |
@puneetbehl is this something I can help with? |
I don't know but another option is to merge back to my private GitHub account and do a release that would change the group id to Please let me know how can I help. |
* grails/elasticsearch-grails-plugin/issues#169 fix for slow mongodb pagination query * grails/elasticsearch-grails-plugin/issues#170 fix for mapping string field to `keyword` ES type * grails/elasticsearch-grails-plugin/issues#170 fix for mapping string field to `keyword` ES type fixed github actions syntax * rolling back ALA specific changes disabled spring MongoClient autoconfiguration