Uses of Interface
org.apache.solr.util.plugin.PluginInfoInitialized
-
Packages that use PluginInfoInitialized Package Description org.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.highlight SolrHighlighter
API and related implementations and utilitiesorg.apache.solr.metrics TheSolrCoreMetricManager
is 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 theSolrMetricReporter
class.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 UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
s -
-
Uses of PluginInfoInitialized in org.apache.solr.handler
Classes in org.apache.solr.handler that implement PluginInfoInitialized Modifier and Type Class Description class
BlobHandler
class
ExportHandler
class
RealTimeGetHandler
class
StandardRequestHandler
Deprecated. -
Uses of PluginInfoInitialized in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement PluginInfoInitialized Modifier and Type Class Description class
ExpandComponent
The ExpandComponent is designed to work with the CollapsingPostFilter.class
HighlightComponent
Highlights query words in the search results.class
HttpShardHandlerFactory
class
SearchHandler
Refer SOLR-281 -
Uses of PluginInfoInitialized in org.apache.solr.highlight
Classes in org.apache.solr.highlight that implement PluginInfoInitialized Modifier and Type Class Description class
DefaultSolrHighlighter
class
UnifiedSolrHighlighter
Highlighter 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 class
FilteringSolrMetricReporter
ASolrMetricReporter
that supports (prefix) filters.static class
MetricSuppliers.DefaultHistogramSupplier
Default supplier ofHistogram
instances, with configurable reservoir.static class
MetricSuppliers.DefaultMeterSupplier
DefaultMeter
supplier.static class
MetricSuppliers.DefaultTimerSupplier
Default supplier ofTimer
instances, with configurable clock and reservoir.class
SolrCoreContainerReporter
ASolrMetricReporter
that has access to itsCoreContainer
.class
SolrCoreReporter
AFilteringSolrMetricReporter
that has access to itsSolrCore
.class
SolrMetricReporter
Interface 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 class
SolrGraphiteReporter
Metrics reporter that wrapsGraphiteReporter
.class
SolrJmxReporter
ASolrMetricReporter
that finds (or creates) a MBeanServer from the given configuration and registers metrics to it with JMX.class
SolrSlf4jReporter
Metrics reporter that wrapsSlf4jReporter
. -
Uses of PluginInfoInitialized in org.apache.solr.search.stats
Classes in org.apache.solr.search.stats that implement PluginInfoInitialized Modifier and Type Class Description class
ExactSharedStatsCache
This class implements exact caching of statistics.class
ExactStatsCache
This class implements exact caching of statistics.class
LocalStatsCache
Default implementation that simply ignores global term statistics, and always uses local term statistics.class
LRUStatsCache
UnlikeExactStatsCache
this 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.class
StatsCache
This 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 class
UpdateLog
This 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 class
UpdateRequestProcessorChain
Manages a chain of UpdateRequestProcessorFactories.
-