mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00

* Added diffrent clients for elasticSearch and openSearch and did the interface implementation * removed some comments and some changes * Add Elastic Search Test Container * upgarded es version * added test cases for elastic search * added test case for, when tag is deleted cehck its relationships also get deleted * changed package of open,elastic to openSearch and elasticSearch * added support for skip search test case if index is not present of that entity * Refactor bunch of files * unnecessary semicolon * refactor test case indexing * fix checkstyle * checkstyle * added hardcoded configs and changed package name * fixed no response from hits * stopped elasticsearch container and some fixes * closed elasticsearch container * revert * closed client after used in test * style * edit es config in junit * checking if using already es version release memory for maven ci * revert docker file changes * remove es container for testing the ci * commented out all test cases for elasticsearch * fix * creating elastic search with reusable enabled * trying to fix ci error * start container only if it is not running * revert docker changes and done changes for elastic search container * changed var name of sort_order for es * lower the version of es client * fixes * all latest version of es including docker * Use Single sort order * Fix Keyword issue * Immediate refresh policy for entity created * increase sleep time * disable test * added reindexing logic in run_local_docker.sh * enabled test case --------- Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local> Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com> Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com> Co-authored-by: ulixius9 <mayursingal9@gmail.com>