OpenSearch/server
Luca Cavanna f4a412fe21
Remove RestGetAllMappingsAction (#31129)
We currently have a specific REST action to retrieve all indices and types mappings, which used internally the get index API. This doesn't seem to be required anymore though as the existing RestGetMappingAction could as well take the requests with no indices and types specified.

This commit removes the RestGetAllMappingsAction in favour of using RestGetMappingAction also for requests that don't specify indices nor types.
2018-06-06 16:13:02 +02:00
..
cli Add useful message when no input from terminal (#29369) 2018-04-10 21:50:39 -04:00
licenses Upgrade to Lucene-7.4.0-snapshot-0a7c3f462f (#31073) 2018-06-04 14:18:46 -04:00
src Remove RestGetAllMappingsAction (#31129) 2018-06-06 16:13:02 +02:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00