Uses of Interface
org.apache.solr.metrics.SolrMetricProducer
-
Packages that use SolrMetricProducer Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.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.highlight SolrHighlighterAPI and related implementations and utilitiesorg.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's.org.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.search.function Solr implementations ofValueSourcefor function queries.org.apache.solr.search.join Classes related to joins.org.apache.solr.search.mlt APIs and classes for implementing MoreLikeThis (mlt) QueryParser.org.apache.solr.search.neural APIs and classes for implementing Neural (Dense Retrieval) QueryParsers.org.apache.solr.security Commonly used classes for Solr security framework.org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.util.stats Utilities for collecting statistics -
-
Uses of SolrMetricProducer in org.apache.solr.core
Subinterfaces of SolrMetricProducer in org.apache.solr.core Modifier and Type Interface Description interfaceSolrInfoBeanInterface for getting various ui friendly strings for use by objects which are 'pluggable' to make server administration easier.Classes in org.apache.solr.core that implement SolrMetricProducer Modifier and Type Class Description classSolrCoreSolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work. -
Uses of SolrMetricProducer in org.apache.solr.handler
Classes in org.apache.solr.handler that implement SolrMetricProducer 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 SolrMetricProducer in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement SolrMetricProducer Modifier and Type Class Description classCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classCoreAdminHandlerclassHealthCheckHandlerHealth 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 SolrMetricProducer in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement SolrMetricProducer Modifier and Type Class Description classActiveTasksListComponentList the active tasks that can be cancelledclassActiveTasksListHandlerHandles request for listing all active cancellable tasksclassDebugComponentAdds debugging information to a request.classExpandComponentThe ExpandComponent is designed to work with the CollapsingPostFilter.classFacetComponentComputes facets -- aggregations with counts of terms or ranges over the whole search results.classHighlightComponentHighlights query words in the search results.classHttpShardHandlerFactoryclassMoreLikeThisComponentTODO!classPhrasesIdentificationComponentA component that can be used in isolation, or in conjunction withQueryComponentto identify & score "phrases" found in the input string, based on shingles in indexed fields.classQueryCancellationComponentResponsible for handling query cancellation requestsclassQueryCancellationHandlerHandles requests for query cancellation for cancellable queriesclassQueryComponentTODO!classQueryElevationComponentA component to elevate some documents to the top of the result set.classRealTimeGetComponentclassResponseLogComponentAdds to the log file the document IDs that are sent in the query response.classSearchComponentTODO!classSearchHandlerRefer SOLR-281classSpellCheckComponentA SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.classStatsComponentStats component calculates simple statistics on numeric field valuesclassSuggestComponentSuggestComponent: interacts with multipleSolrSuggesterto serve up suggestions Responsible for routing commands and queries to the appropriateSolrSuggesterand for initializing them as specified by SolrConfigclassTaskManagementHandlerAbstract class which serves as the root of all task managing handlersclassTermsComponentReturn TermEnum information, useful for things like auto suggest.classTermVectorComponentReturn term vectors for the documents in a query result set. -
Uses of SolrMetricProducer in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement SolrMetricProducer Modifier and Type Class Description classTaggerRequestHandlerScans posted text, looking for matching strings in the Solr index. -
Uses of SolrMetricProducer in org.apache.solr.highlight
Subinterfaces of SolrMetricProducer in org.apache.solr.highlight Modifier and Type Interface Description interfaceSolrEncoderinterfaceSolrFormatterinterfaceSolrFragListBuilderinterfaceSolrFragmenterClasses in org.apache.solr.highlight that implement SolrMetricProducer Modifier and Type Class Description classBreakIteratorBoundaryScannerclassDefaultEncoderUse theDefaultEncoderclassGapFragmenterclassHighlightingPluginBaseclassHtmlEncoderUse theSimpleHTMLEncoderclassHtmlFormatterUse theSimpleHTMLFormatterclassRegexFragmenterFragmenterthat tries to produce snippets that "look" like a regular expression.classScoreOrderFragmentsBuilderclassSimpleBoundaryScannerclassSimpleFragListBuilderclassSimpleFragmentsBuilderclassSingleFragListBuilderclassSolrBoundaryScannerclassSolrFragmentsBuilderclassWeightedFragListBuilder -
Uses of SolrMetricProducer in org.apache.solr.metrics
Methods in org.apache.solr.metrics with parameters of type SolrMetricProducer Modifier and Type Method Description voidSolrCoreMetricManager. registerMetricProducer(String scope, SolrMetricProducer producer)Registers a mapping of name/metric's with the manager's metric registry. -
Uses of SolrMetricProducer in org.apache.solr.request
Subinterfaces of SolrMetricProducer in org.apache.solr.request Modifier and Type Interface Description interfaceSolrRequestHandlerImplementations ofSolrRequestHandlerare called to handle query requests. -
Uses of SolrMetricProducer in org.apache.solr.search
Subinterfaces of SolrMetricProducer in org.apache.solr.search Modifier and Type Interface Description interfaceSolrCache<K,V>Primary API for dealing with Solr's internal caches.Classes in org.apache.solr.search that implement SolrMetricProducer Modifier and Type Class Description classBoolQParserPluginCreate a boolean query from sub queries.classBoostQParserPluginCreate a boosted query from the input value.classCaffeineCache<K,V>A SolrCache backed by the Caffeine caching library [1].classCollapsingQParserPluginThe CollapsingQParserPlugin is a PostFilter that performs field collapsing.classComplexPhraseQParserPluginParse Solr's variant on the LuceneComplexPhraseQueryParsersyntax.classDisMaxQParserPluginCreate a dismax query from the input value.classExportQParserPluginclassExtendedDismaxQParserPluginAn advanced multi-field query parser based on the DisMax parser.classFieldQParserPluginCreate a field query from the input value, applying text analysis and constructing a phrase query if appropriate.classFunctionQParserPluginCreate a function query from the input value.classFunctionRangeQParserPluginCreate a range query over a function.classGraphTermsQParserPluginThe GraphTermsQuery builds a disjunction query from a list of terms.classHashQParserPluginsyntax fq={!hash workers=11 worker=4 keys=field1,field2}classIGainTermsQParserPluginclassJoinQParserPluginclassLuceneQParserPluginParse Solr's variant on the Lucene QueryParser syntax.classMaxScoreQParserPluginParses a query like Lucene query parser, but scoring with max score, not sum
Accepts the "tie" request parameter as with dismax.classMinHashQParserPluginQParserPluginbased onMinHashQParser.classNestedQParserPluginCreate a nested query, with the ability of that query to redefine its type via local parameters.classPayloadCheckQParserPluginclassPayloadScoreQParserPluginCreates a PayloadScoreQuery wrapping a SpanQuery created from the input value, applying text analysis and constructing SpanTermQuery or SpanNearQuery based on number of terms.classPrefixQParserPluginCreate a prefix query from the input value.classQParserPluginclassRankQParserPluginRankQParserPlugincan be used to introduce document-depending scoring factors to ranking.classRawQParserPluginCreate a term query from the input value without any text analysis or transformation whatsoever.classReRankQParserPluginclassSignificantTermsQParserPluginclassSimpleQParserPluginCreate a query from the input value that will be parsed by Lucene's SimpleQueryParser.classSolrFieldCacheBeanA SolrInfoBean that provides introspection of the Solr FieldCacheclassSolrIndexSearcherSolrIndexSearcher adds schema awareness and caching functionality overIndexSearcher.classSpatialBoxQParserPluginclassSpatialFilterQParserPluginCreates a spatial Filter based on the type of spatial point used.classSurroundQParserPluginPlugin for lucene Surround query parser, bringing SpanQuery support to Solr.classSwitchQParserPluginA QParserPlugin that acts like a "switch/case" statement.classTermQParserPluginCreate a single term query from the input value equivalent to readableToIndexed().classTermsQParserPluginFinds documents whose specified field has any of the specified values.classTextLogisticRegressionQParserPluginReturns an AnalyticsQuery implementation that performs one Gradient Descent iteration of a result set to train a logistic regression modelclassXmlQParserPluginTheXmlQParserPluginextends theQParserPluginand supports the creation of queries from XML. -
Uses of SolrMetricProducer in org.apache.solr.search.facet
Classes in org.apache.solr.search.facet that implement SolrMetricProducer Modifier and Type Class Description classFacetModule -
Uses of SolrMetricProducer in org.apache.solr.search.function
Classes in org.apache.solr.search.function that implement SolrMetricProducer Modifier and Type Class Description static classFileFloatSource.ReloadCacheRequestHandler -
Uses of SolrMetricProducer in org.apache.solr.search.join
Classes in org.apache.solr.search.join that implement SolrMetricProducer Modifier and Type Class Description classBlockJoinChildQParserPluginUsage: {!child of="PARENT:true"}PARENT_PRICE:10classBlockJoinParentQParserPluginUsage: {!parent which="PARENT:true"}CHILD_PRICE:10 supports optionalscoreparameter with one ofScoreModevalues: None,Avg,Total,Min,Max.classFiltersQParserPluginclassGraphQParserPluginQuery parser plugin for solr to wrap the graph query parser.classHashRangeQParserPluginMatches documents where the specified field hashes to a value within the given range.classScoreJoinQParserPluginCreate a query-time join query with scoring. -
Uses of SolrMetricProducer in org.apache.solr.search.mlt
Classes in org.apache.solr.search.mlt that implement SolrMetricProducer Modifier and Type Class Description classMLTQParserPluginUsage: {!mlt qf=queryField1,queryField2}uniqueId -
Uses of SolrMetricProducer in org.apache.solr.search.neural
Classes in org.apache.solr.search.neural that implement SolrMetricProducer Modifier and Type Class Description classKnnQParserPluginA neural query parser to run K-nearest neighbors search on Dense Vector fields. -
Uses of SolrMetricProducer in org.apache.solr.security
Classes in org.apache.solr.security that implement SolrMetricProducer Modifier and Type Class Description classAuditLoggerPluginBase class for Audit logger plugins.classAuthenticationPluginclassBasicAuthPluginclassCertAuthPluginAn authentication plugin that sets principal based on the certificate subjectclassMultiAuthPluginAuthentication plugin that supports multiple Authorization schemes, such as Bearer and Basic.classMultiDestinationAuditLoggerAudit logger that chains other loggers.classPKIAuthenticationPluginclassPublicKeyHandlerclassSolrLogAuditLoggerPluginAudit logger that writes to the Solr log. -
Uses of SolrMetricProducer in org.apache.solr.update
Classes in org.apache.solr.update that implement SolrMetricProducer Modifier and Type Class Description classDirectUpdateHandler2DirectUpdateHandler2implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.classPeerSyncThis class is useful for performing peer to peer synchronization of recently indexed update commands during recovery process.classPeerSyncWithLeaderclassUpdateHandlerUpdateHandlerhandles requests to change the index (adds, deletes, commits, optimizes, etc).classUpdateLogThis holds references to the transaction logs.classUpdateShardHandler -
Uses of SolrMetricProducer in org.apache.solr.util.stats
Classes in org.apache.solr.util.stats that implement SolrMetricProducer Modifier and Type Class Description classInstrumentedHttpListenerFactoryA HttpListenerFactory tracks metrics interesting to solr Inspired and partially copied from dropwizard httpclient libraryclassInstrumentedHttpRequestExecutorSub-class of HttpRequestExecutor which tracks metrics interesting to solr Inspired and partially copied from dropwizard httpclient libraryclassInstrumentedPoolingHttpClientConnectionManagerSub-class of PoolingHttpClientConnectionManager which tracks metrics interesting to Solr.
-