mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
63edce1243
As part of this commit we refactor the following in the o.e.search package: - rename `org.elasticsearch.search.fetch` to `org.opensearch.search.fetch` - rename `org.elasticsearch.search.internal` to `org.opensearch.search.internal` - rename `org.elasticsearch.search.profile` to `org.opensearch.search.profile` - rename `org.elasticsearch.search.query` to `org.opensearch.search.query` - rename `org.elasticsearch.search.suggest` to `org.opensearch.search.suggest` - rename other instances of Elasticsearch to OpenSearch in these packages. Signed-off-by: Rabi Panda <adnapibar@gmail.com>