Uses of Annotation Interface
org.apache.solr.api.EndPoint
Packages that use EndPoint
Package
Description
Commonly used classes for Solr V2 API.
Concrete implementations of
SolrRequestHandlerSolrRequestHandler implementations for powering he Solr Admin UIV2 API implementations for "admin" APIs.
The
SchemaDesignerAPI and supporting classes.Package management implementation
-
Uses of EndPoint in org.apache.solr.api
Methods in org.apache.solr.api that return EndPointConstructors in org.apache.solr.api with parameters of type EndPointModifierConstructorDescriptionprotectedAnnotatedApi(org.apache.solr.common.SpecProvider specProvider, EndPoint endPoint, Map<String, org.apache.solr.api.AnnotatedApi.Cmd> commands, Api fallback) -
Uses of EndPoint in org.apache.solr.handler
Classes in org.apache.solr.handler with annotations of type EndPointMethods in org.apache.solr.handler with annotations of type EndPointModifier and TypeMethodDescriptionvoidClusterAPI.deleteCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.flushCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.getClusterStatus(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.getCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.getNodes(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.getOverseerStatus(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.nodesWithRole(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.nodesWithRoleMode(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.roles(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.rolesForNode(SolrQueryRequest req, SolrQueryResponse rsp) voidClusterAPI.supportedRoles(SolrQueryRequest req, SolrQueryResponse rsp) -
Uses of EndPoint in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin with annotations of type EndPointModifier and TypeClassDescriptionclassAPI for editing the plugin configurations.Methods in org.apache.solr.handler.admin with annotations of type EndPointModifier and TypeMethodDescriptionvoidContainerPluginsApi.Read.list(SolrQueryRequest req, SolrQueryResponse rsp) -
Uses of EndPoint in org.apache.solr.handler.admin.api
Classes in org.apache.solr.handler.admin.api with annotations of type EndPointModifier and TypeClassDescriptionclassV2 API for migrating docs from one collection to another.classV2 API to modify configuration for Solr'sBasicAuthPluginclassV2 API for modifying collections.classV2 API to modify configuration options for theMultiAuthPlugin.classV2 API to modify configuration options for theRuleBasedAuthorizationPlugin.classV2 API for moving a collection replica to a different physical node.classV2 API for triggering a node to rejoin leader election for the 'overseer' role.classInternal V2 API used to prepare a core for recovery.classV2 API for balancing shard leaders in a collection across nodes.classV2 API for triggering a core to rejoin leader election for the shard it constitutes.classV2 API for renaming an existing Solr core.classInternal V2 API used to apply updates to a core.classInternal V2 API used to start update-buffering on the specified core.classInternal V2 API triggering recovery on a core.classInternal V2 API used to request a core sync with its shard leader.classV2 API for splitting a single core into multiple piecesclassV2 API for splitting an existing shard up into multiple pieces.Methods in org.apache.solr.handler.admin.api with annotations of type EndPointModifier and TypeMethodDescriptionvoidCancelTaskAPI.cancelActiveTask(SolrQueryRequest req, SolrQueryResponse rsp) voidGetAuthenticationConfigAPI.fetchAuthenticationConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidGetAuthorizationConfigAPI.fetchAuthorizationConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidGetConfigAPI.getAllConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidGetConfigAPI.getAllParamSets(SolrQueryRequest req, SolrQueryResponse rsp) voidGetConfigAPI.getComponentConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidMoreLikeThisAPI.getDocuments(SolrQueryRequest req, SolrQueryResponse rsp) voidRealTimeGetAPI.getDocuments(SolrQueryRequest req, SolrQueryResponse rsp) voidNodePropertiesAPI.getRequestedProperties(SolrQueryRequest req, SolrQueryResponse rsp) voidGetConfigAPI.getSingleParamSet(SolrQueryRequest req, SolrQueryResponse rsp) voidNodeHealthAPI.getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp) voidNodeSystemInfoAPI.getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp) voidListActiveTasksAPI.listActiveTasks(SolrQueryRequest req, SolrQueryResponse rsp) voidModifyConfigComponentAPI.modifyConfigComponent(SolrQueryRequest req, SolrQueryResponse rsp) voidModifyParamSetAPI.modifyParamSets(SolrQueryRequest req, SolrQueryResponse rsp) voidNodeThreadsAPI.triggerThreadDump(SolrQueryRequest req, SolrQueryResponse rsp) voidUpdateAPI.update(SolrQueryRequest req, SolrQueryResponse rsp) voidModifyNoAuthPluginSecurityConfigAPI.updateAuthenticationConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidModifyNoAuthzPluginSecurityConfigAPI.updateAuthorizationConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidUpdateAPI.updateCsv(SolrQueryRequest req, SolrQueryResponse rsp) voidUpdateAPI.updateJavabin(SolrQueryRequest req, SolrQueryResponse rsp) voidUpdateAPI.updateJson(SolrQueryRequest req, SolrQueryResponse rsp) voidUpdateAPI.updateXml(SolrQueryRequest req, SolrQueryResponse rsp) -
Uses of EndPoint in org.apache.solr.handler.designer
Methods in org.apache.solr.handler.designer with annotations of type EndPointModifier and TypeMethodDescriptionvoidSchemaDesignerAPI.addSchemaObject(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.analyze(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.cleanupTemp(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.downloadConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.getFileContents(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.getInfo(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.getSampleValue(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.getSchemaDiff(SolrQueryRequest req, SolrQueryResponse rsp) Return the diff of designer schema with the source schema (either previously published or the copyFrom).voidSchemaDesignerAPI.listCollectionsForConfig(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.listConfigs(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.prepNewSchema(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.publish(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.query(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.updateFileContents(SolrQueryRequest req, SolrQueryResponse rsp) voidSchemaDesignerAPI.updateSchemaObject(SolrQueryRequest req, SolrQueryResponse rsp) -
Uses of EndPoint in org.apache.solr.pkg
Classes in org.apache.solr.pkg with annotations of type EndPointMethods in org.apache.solr.pkg with annotations of type EndPointModifier and TypeMethodDescriptionvoidPackageAPI.Read.get(SolrQueryRequest req, SolrQueryResponse rsp)