Uses of Class
org.apache.solr.api.EndPoint
-
Packages that use EndPoint Package Description org.apache.solr.api Commonly used classes for Solr V2 API.org.apache.solr.filestore Implementation of File Store.org.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.admin SolrRequestHandler
implementations for powering he Solr Admin UIorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs.org.apache.solr.handler.configsets V2 API classes for performing CRUD operations on configsets.org.apache.solr.handler.designer TheSchemaDesignerAPI
and supporting classes.org.apache.solr.pkg Package management implementation -
-
Uses of EndPoint in org.apache.solr.api
Methods in org.apache.solr.api that return EndPoint Modifier and Type Method Description EndPoint
AnnotatedApi. getEndPoint()
Constructors in org.apache.solr.api with parameters of type EndPoint Constructor Description AnnotatedApi(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.filestore
Methods in org.apache.solr.filestore with annotations of type EndPoint Modifier and Type Method Description void
FileStoreAPI.FSWrite. delete(SolrQueryRequest req, SolrQueryResponse rsp)
void
FileStoreAPI.FSWrite. deleteLocal(SolrQueryRequest req, SolrQueryResponse rsp)
void
FileStoreAPI.FSRead. read(SolrQueryRequest req, SolrQueryResponse rsp)
void
FileStoreAPI.FSWrite. upload(SolrQueryRequest req, SolrQueryResponse rsp)
-
Uses of EndPoint in org.apache.solr.handler
Classes in org.apache.solr.handler with annotations of type EndPoint Modifier and Type Class Description class
ClusterAPI.Commands
Methods in org.apache.solr.handler with annotations of type EndPoint Modifier and Type Method Description void
ClusterAPI. deleteCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. flushCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. getClusterStatus(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. getCommandStatus(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. getNodes(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. getOverseerStatus(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. nodesWithRole(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. nodesWithRoleMode(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. roles(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. rolesForNode(SolrQueryRequest req, SolrQueryResponse rsp)
void
ClusterAPI. 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 EndPoint Modifier and Type Class Description class
ContainerPluginsApi.Edit
API for editing the plugin configurations.Methods in org.apache.solr.handler.admin with annotations of type EndPoint Modifier and Type Method Description void
ContainerPluginsApi.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 EndPoint Modifier and Type Class Description class
CreateCoreAPI
V2 API for creating a new core on the receiving node.class
MigrateDocsAPI
V2 API for migrating docs from one collection to another.class
ModifyBasicAuthConfigAPI
V2 API to modify configuration for Solr'sBasicAuthPlugin
class
ModifyCollectionAPI
V2 API for modifying collections.class
ModifyMultiPluginAuthConfigAPI
V2 API to modify configuration options for theMultiAuthPlugin
.class
ModifyRuleBasedAuthConfigAPI
V2 API to modify configuration options for theRuleBasedAuthorizationPlugin
.class
MoveReplicaAPI
V2 API for moving a collection replica to a different physical node.class
OverseerOperationAPI
V2 API for triggering a node to rejoin leader election for the 'overseer' role.class
PrepareCoreRecoveryAPI
Internal V2 API used to prepare a core for recovery.class
RebalanceLeadersAPI
V2 API for balancing shard leaders in a collection across nodes.class
RejoinLeaderElectionAPI
V2 API for triggering a core to rejoin leader election for the shard it constitutes.class
RenameCoreAPI
V2 API for renaming an existing Solr core.class
RequestApplyCoreUpdatesAPI
Internal V2 API used to apply updates to a core.class
RequestBufferUpdatesAPI
Internal V2 API used to start update-buffering on the specified core.class
RequestCoreRecoveryAPI
Internal V2 API triggering recovery on a core.class
RequestSyncShardAPI
Internal V2 API used to request a core sync with its shard leader.class
SplitCoreAPI
V2 API for splitting a single core into multiple piecesclass
SplitShardAPI
V2 API for splitting an existing shard up into multiple pieces. -
Uses of EndPoint in org.apache.solr.handler.configsets
Classes in org.apache.solr.handler.configsets with annotations of type EndPoint Modifier and Type Class Description class
CreateConfigSetAPI
V2 API for creating a new configset as a copy of an existing one.Methods in org.apache.solr.handler.configsets with annotations of type EndPoint Modifier and Type Method Description void
DeleteConfigSetAPI. deleteConfigSet(SolrQueryRequest req, SolrQueryResponse rsp)
void
UploadConfigSetFileAPI. updateConfigSetFile(SolrQueryRequest req, SolrQueryResponse rsp)
void
UploadConfigSetAPI. uploadConfigSet(SolrQueryRequest req, SolrQueryResponse rsp)
-
Uses of EndPoint in org.apache.solr.handler.designer
Methods in org.apache.solr.handler.designer with annotations of type EndPoint Modifier and Type Method Description void
SchemaDesignerAPI. addSchemaObject(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. analyze(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. cleanupTemp(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. downloadConfig(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. getFileContents(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. getInfo(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. getSampleValue(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. getSchemaDiff(SolrQueryRequest req, SolrQueryResponse rsp)
Return the diff of designer schema with the source schema (either previously published or the copyFrom).void
SchemaDesignerAPI. listCollectionsForConfig(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. listConfigs(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. prepNewSchema(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. publish(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. query(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. updateFileContents(SolrQueryRequest req, SolrQueryResponse rsp)
void
SchemaDesignerAPI. updateSchemaObject(SolrQueryRequest req, SolrQueryResponse rsp)
-
Uses of EndPoint in org.apache.solr.pkg
Classes in org.apache.solr.pkg with annotations of type EndPoint Modifier and Type Class Description class
PackageAPI.Edit
Methods in org.apache.solr.pkg with annotations of type EndPoint Modifier and Type Method Description void
PackageAPI.Read. get(SolrQueryRequest req, SolrQueryResponse rsp)
-