Uses of Class
org.elasticsearch.rest.BaseRestHandler
-
-
Uses of BaseRestHandler in org.elasticsearch.rest.action
Subclasses of BaseRestHandler in org.elasticsearch.rest.action Modifier and Type Class Description classRestFieldCapabilitiesActionclassRestMainAction -
Uses of BaseRestHandler in org.elasticsearch.rest.action.admin.cluster
-
Uses of BaseRestHandler in org.elasticsearch.rest.action.admin.indices
-
Uses of BaseRestHandler in org.elasticsearch.rest.action.cat
Subclasses of BaseRestHandler in org.elasticsearch.rest.action.cat Modifier and Type Class Description classAbstractCatActionclassRestAliasActionclassRestAllocationActionclassRestCatActionclassRestCatRecoveryActionRestRecoveryAction provides information about the status of replica recovery in a string format, designed to be used at the command line.classRestCountActionclassRestFielddataActionCat API class to display information about the size of fielddata fields per nodeclassRestHealthActionclassRestIndicesActionclassRestMasterActionclassRestNodeAttrsActionclassRestNodesActionclassRestPendingClusterTasksActionclassRestPluginsActionclassRestRepositoriesActionCat API class to display information about snapshot repositoriesclassRestSegmentsActionclassRestShardsActionclassRestSnapshotActionCat API class to display information about snapshotsclassRestTasksActionclassRestTemplatesActionclassRestThreadPoolAction -
Uses of BaseRestHandler in org.elasticsearch.rest.action.document
Subclasses of BaseRestHandler in org.elasticsearch.rest.action.document Modifier and Type Class Description classRestBulkAction{ "index" : { "_index" : "test", "_type" : "type1", "_id" : "1" } { "type1" : { "field1" : "value1" } } { "delete" : { "_index" : "test", "_type" : "type1", "_id" : "2" } } { "create" : { "_index" : "test", "_type" : "type1", "_id" : "1" } { "type1" : { "field1" : "value1" } }classRestDeleteActionclassRestGetActionclassRestGetSourceActionThe REST handler for get source and head source APIs.classRestIndexActionclassRestMultiGetActionclassRestMultiTermVectorsActionclassRestTermVectorsActionThis class parses the json request and translates it into a TermVectorsRequest.classRestUpdateAction -
Uses of BaseRestHandler in org.elasticsearch.rest.action.ingest
Subclasses of BaseRestHandler in org.elasticsearch.rest.action.ingest Modifier and Type Class Description classRestDeletePipelineActionclassRestGetPipelineActionclassRestPutPipelineActionclassRestSimulatePipelineAction -
Uses of BaseRestHandler in org.elasticsearch.rest.action.search
Subclasses of BaseRestHandler in org.elasticsearch.rest.action.search Modifier and Type Class Description classRestClearScrollActionclassRestCountActionclassRestExplainActionRest action for computing a score explanation for specific documents.classRestMultiSearchActionclassRestSearchActionclassRestSearchScrollAction -
Uses of BaseRestHandler in org.elasticsearch.usage
Methods in org.elasticsearch.usage with parameters of type BaseRestHandler Modifier and Type Method Description voidUsageService. addRestHandler(BaseRestHandler handler)Add a REST handler to this service.
-