Uses of Interface
org.apache.solr.api.ApiSupport
-
Packages that use ApiSupport Package Description org.apache.solr.cloud.autoscaling Package for classes related to autoscalingorg.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.cloud.autoscaling
Classes in org.apache.solr.cloud.autoscaling that implement ApiSupport Modifier and Type Class Description classAutoScalingHandlerHandler for /cluster/autoscaling -
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.classBlobHandlerclassCdcrRequestHandlerDeprecated.since 8.6classContentStreamHandlerBaseShares 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 -- Return similar documents either based on a single document or based on posted text.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 Slaves.classRequestHandlerBaseclassSchemaHandlerclassSolrConfigHandlerclassSQLHandlerclassStandardRequestHandlerDeprecated.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 classAutoscalingHistoryHandlerThis handler makes it easier to retrieve a history of autoscaling events from the .system collection.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).classCollectionHandlerApiclassCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classConfigSetsHandlerApiclassCoreAdminHandlerclassCoreAdminHandlerApiclassHealthCheckHandlerHealth Check Handler for reporting the health of a specific node.classInfoHandlerclassLoggingHandlerA request handler to show which loggers are registered and allows you to set themclassLukeRequestHandlerThis handler exposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassMetricsHistoryHandlerCollects metrics from all nodes in the system on a regular basis in a background thread.classPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity 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 classSearchHandlerRefer SOLR-281 -
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
-