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.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.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() -
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.FSRead. read(SolrQueryRequest req, SolrQueryResponse rsp)voidPackageStoreAPI.FSWrite. upload(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 classContainerPluginsApi.EditMethods 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)voidZookeeperReadAPI. readNode(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)
-