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 Package Store.org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs.org.apache.solr.handler.designer TheSchemaDesignerAPIand 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 EndPointAnnotatedApi. getEndPoint()Constructors in org.apache.solr.api with parameters of type EndPoint Constructor Description AnnotatedApi(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 voidPackageStoreAPI.FSWrite. delete(SolrQueryRequest req, SolrQueryResponse rsp)voidPackageStoreAPI.FSWrite. deleteLocal(SolrQueryRequest req, SolrQueryResponse rsp)voidPackageStoreAPI.FSRead. read(SolrQueryRequest req, SolrQueryResponse rsp)voidPackageStoreAPI.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 classClusterAPI.CommandsclassClusterAPI.ConfigSetCommandsclassCollectionBackupsAPIV2 API definitions forclassCollectionsAPI.CollectionsCommands -
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 classContainerPluginsApi.EditAPI for editing the plugin configurations.Methods in org.apache.solr.handler.admin with annotations of type EndPoint Modifier and Type Method Description voidContainerPluginsApi.Read. list(SolrQueryRequest req, SolrQueryResponse rsp)voidZookeeperReadAPI. listNodes(SolrQueryRequest req, SolrQueryResponse rsp)List the children of a certain zookeeper znodevoidZookeeperReadAPI. readNode(SolrQueryRequest req, SolrQueryResponse rsp)Request contents of a znode, except security.jsonvoidZookeeperReadAPI. readSecurityJsonNode(SolrQueryRequest req, SolrQueryResponse rsp)Request contents of the security.json node -
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 classAddReplicaAPIV2 API for adding a new replica to an existing shard.classAddReplicaPropertyAPIV2 API for adding a property to a collection replicaclassBalanceShardUniqueAPIV2 API for insuring that a particular property is distributed evenly amongst the physical nodes comprising a collection.classCreateCoreAPIV2 API for creating a new core on the receiving node.classCreateShardAPIV2 API for creating a new shard in a collection.classDeleteReplicaPropertyAPIV2 API for removing a property from a collection replicaclassForceLeaderAPIV2 API for triggering a leader election on a particular collection and shard.classInvokeClassAPIV2 API for triggering "invocable" classes.classMigrateDocsAPIV2 API for migrating docs from one collection to another.classModifyCollectionAPIV2 API for modifying collections.classMoveReplicaAPIV2 API for moving a collection replica to a different physical node.classOverseerOperationAPIV2 API for triggering a node to rejoin leader election for the 'overseer' role.classRebalanceLeadersAPIV2 API for balancing shard leaders in a collection across nodes.classRejoinLeaderElectionAPIV2 API for triggering a core to rejoin leader election for the shard it constitutes.classReloadCollectionAPIV2 API for reloading collections.classSetCollectionPropertyAPIV2 API for modifying collection-level properties.classSplitShardAPIV2 API for splitting an existing shard up into multiple pieces.classSyncShardAPIV2 API for triggering a shard-sync operation within a particular collection and shard. -
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 voidSchemaDesignerAPI. 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 EndPoint Modifier and Type Class Description classPackageAPI.EditMethods in org.apache.solr.pkg with annotations of type EndPoint Modifier and Type Method Description voidPackageAPI.Read. get(SolrQueryRequest req, SolrQueryResponse rsp)
-