Uses of Interface
org.apache.solr.api.ApiSupport
-
Packages that use ApiSupport Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.handler.tagger TheTaggerRequestHandlerand supporting classes.org.apache.solr.search.function Solr implementations ofValueSourcefor function queries.org.apache.solr.security Commonly used classes for Solr security framework. -
-
Uses of ApiSupport in org.apache.solr.handler
Classes in org.apache.solr.handler that implement ApiSupport Modifier and Type Class Description classAnalysisRequestHandlerBaseA base class for all analysis request handlers.classBlobHandlerclassContentStreamHandlerBaseShares common code between various handlers that manipulateContentStreamobjects.classDocumentAnalysisRequestHandlerAn analysis handler that provides a breakdown of the analysis process of provided documents.classDumpRequestHandlerclassExportHandlerclassFieldAnalysisRequestHandlerProvides the ability to specify multiple field types and field names in the same request.classGraphHandlerSolr Request Handler for graph traversal with streaming functions that responds with GraphML markup.classMoreLikeThisHandlerSolr MoreLikeThis --classNotFoundRequestHandlerDoes nothing other than showing a 404 messageclassPingRequestHandlerPing Request Handler for reporting SolrCore health to a Load Balancer.classRealTimeGetHandlerclassReplicationHandlerA Handler which provides a REST API for replication and serves replication requests from Followers.classRequestHandlerBaseBase class for all request handlers.classSchemaHandlerclassSolrConfigHandlerclassStandardRequestHandlerDeprecated.classStreamHandlerSolr Request Handler for streaming data.classUpdateRequestHandlerUpdateHandler that uses content-type to pick the right LoaderclassUpdateRequestHandlerApi -
Uses of ApiSupport in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement ApiSupport Modifier and Type Class Description classBaseHandlerApiSupportThis is a utility class to provide an easy mapping of request handlers which support multiple commands to the V2 API format (core admin api, collections api).classCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classCoreAdminHandlerclassCoreAdminHandlerApiclassHealthCheckHandlerHealth Check Handler for reporting the health of a specific node.classInfoHandlerclassLoggingHandlerA request handler to show which loggers are registered and allows you to set themclassLukeRequestHandlerExposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity Configuration Handler which works on standalone local filesclassSecurityConfHandlerZkSecurity Configuration Handler which works with ZookeeperclassSegmentsInfoRequestHandlerThis handler exposes information about last commit generation segmentsclassShowFileRequestHandlerThis handler uses the RawResponseWriter to give client access to files inside ${solr.home}/confclassSolrInfoMBeanHandlerA request handler that provides info about all registered SolrInfoMBeans.classSystemInfoHandlerThis handler returns system infoclassThreadDumpHandlerclassZookeeperInfoHandlerZookeeper InfoclassZookeeperStatusHandlerZookeeper Status handler, talks to ZK using sockets and four-letter words -
Uses of ApiSupport in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement ApiSupport Modifier and Type Class Description classActiveTasksListHandlerHandles request for listing all active cancellable tasksclassQueryCancellationHandlerHandles requests for query cancellation for cancellable queriesclassSearchHandlerRefer SOLR-281classTaskManagementHandlerAbstract class which serves as the root of all task managing handlers -
Uses of ApiSupport in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement ApiSupport Modifier and Type Class Description classTaggerRequestHandlerScans posted text, looking for matching strings in the Solr index. -
Uses of ApiSupport in org.apache.solr.search.function
Classes in org.apache.solr.search.function that implement ApiSupport Modifier and Type Class Description static classFileFloatSource.ReloadCacheRequestHandler -
Uses of ApiSupport in org.apache.solr.security
Classes in org.apache.solr.security that implement ApiSupport Modifier and Type Class Description classPublicKeyHandler
-