Uses of Interface
org.apache.solr.util.plugin.PluginInfoInitialized
-
Packages that use PluginInfoInitialized Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.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.metrics.reporters This package houses 'pluggable' metric reporters that inherit from theSolrMetricReporterclass.org.apache.solr.metrics.reporters.solr This package containsSolrMetricReporterimplementations specific to SolrCloud reporting.org.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations.org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChains -
-
Uses of PluginInfoInitialized in org.apache.solr.core
Classes in org.apache.solr.core that implement PluginInfoInitialized Modifier and Type Class Description static classPluginBag.RuntimeLibThis represents a Runtime Jar. -
Uses of PluginInfoInitialized in org.apache.solr.handler
Classes in org.apache.solr.handler that implement PluginInfoInitialized Modifier and Type Class Description classBlobHandlerclassExportHandlerclassRealTimeGetHandlerclassStandardRequestHandlerDeprecated. -
Uses of PluginInfoInitialized in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement PluginInfoInitialized Modifier and Type Class Description classExpandComponentThe ExpandComponent is designed to work with the CollapsingPostFilter.classHighlightComponentTODO!classHttpShardHandlerFactoryclassSearchHandlerRefer SOLR-281 -
Uses of PluginInfoInitialized in org.apache.solr.highlight
Classes in org.apache.solr.highlight that implement PluginInfoInitialized Modifier and Type Class Description classDefaultSolrHighlighterclassPostingsSolrHighlighterDeprecated.UseUnifiedSolrHighlighterinsteadclassUnifiedSolrHighlighterHighlighter impl that usesUnifiedHighlighter -
Uses of PluginInfoInitialized in org.apache.solr.metrics
Classes in org.apache.solr.metrics that implement PluginInfoInitialized Modifier and Type Class Description classFilteringSolrMetricReporterASolrMetricReporterthat supports (prefix) filters.static classMetricSuppliers.DefaultHistogramSupplierDefault supplier ofHistograminstances, with configurable reservoir.static classMetricSuppliers.DefaultMeterSupplierDefaultMetersupplier.static classMetricSuppliers.DefaultTimerSupplierDefault supplier ofTimerinstances, with configurable clock and reservoir.classSolrCoreContainerReporterASolrMetricReporterthat has access to itsCoreContainer.classSolrCoreReporterAFilteringSolrMetricReporterthat has access to itsSolrCore.classSolrMetricReporterInterface for 'pluggable' metric reporters. -
Uses of PluginInfoInitialized in org.apache.solr.metrics.reporters
Classes in org.apache.solr.metrics.reporters that implement PluginInfoInitialized Modifier and Type Class Description classSolrGraphiteReporterMetrics reporter that wrapsGraphiteReporter.classSolrJmxReporterASolrMetricReporterthat finds (or creates) a MBeanServer from the given configuration and registers metrics to it with JMX.classSolrSlf4jReporterMetrics reporter that wrapsSlf4jReporter. -
Uses of PluginInfoInitialized in org.apache.solr.metrics.reporters.solr
Classes in org.apache.solr.metrics.reporters.solr that implement PluginInfoInitialized Modifier and Type Class Description classSolrClusterReporterThis reporter sends selected metrics from local registries toOverseer.classSolrShardReporterThis class reports selected metrics from replicas to shard leader. -
Uses of PluginInfoInitialized in org.apache.solr.search.stats
Classes in org.apache.solr.search.stats that implement PluginInfoInitialized Modifier and Type Class Description classExactSharedStatsCacheThis class implements exact caching of statistics.classExactStatsCacheThis class implements exact caching of statistics.classLocalStatsCacheDefault implementation that simply ignores global term statistics, and always uses local term statistics.classLRUStatsCacheUnlikeExactStatsCachethis implementation preserves term stats across queries in a set of LRU caches (with the same life-cycle as SolrIndexSearcher), and based on surface features of a query it determines the need to send additional requests to retrieve local term and collection statistics from shards.classStatsCacheThis class represents a cache of global document frequency information for selected terms. -
Uses of PluginInfoInitialized in org.apache.solr.update
Classes in org.apache.solr.update that implement PluginInfoInitialized Modifier and Type Class Description classCdcrUpdateLogAn extension of theUpdateLogfor the CDCR scenario.
Compared to the original update log implementation, transaction logs are removed based on pointers instead of a fixed size limit.classHdfsUpdateLogDeprecated.since 8.6classUpdateLogThis holds references to the transaction logs. -
Uses of PluginInfoInitialized in org.apache.solr.update.processor
Classes in org.apache.solr.update.processor that implement PluginInfoInitialized Modifier and Type Class Description classUpdateRequestProcessorChainManages a chain of UpdateRequestProcessorFactories.
-