| Package | Description |
|---|---|
| org.apache.solr.api |
Commonly used classes for Solr V2 API.
|
| org.apache.solr.client.solrj.embedded |
SolrJ client implementations for embedded solr access.
|
| org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
| org.apache.solr.cloud.autoscaling |
Package for classes related to autoscaling
|
| org.apache.solr.cloud.autoscaling.sim |
Simulated environment for autoscaling.
|
| org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCores |
| org.apache.solr.core.backup.repository |
BackupRepository Providing backup/restore
repository interfaces to plug different storage systems |
| org.apache.solr.core.snapshots |
Core classes for Solr's persistent snapshots functionality
|
| org.apache.solr.filestore |
Implementation of Package Store.
|
| org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
| org.apache.solr.handler.admin |
SolrRequestHandler implementations for powering he Solr Admin UI |
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| org.apache.solr.handler.export |
Solr's Export Handler Functionality
|
| org.apache.solr.handler.tagger |
The
TaggerRequestHandler and supporting classes. |
| org.apache.solr.highlight |
SolrHighlighter API and related implementations and utilities |
| org.apache.solr.index |
Indexing related classes.
|
| org.apache.solr.logging |
APIs related to capturing log event info in the
LoggingHandler |
| org.apache.solr.metrics |
The
SolrCoreMetricManager is responsible for
collecting metrics from SolrMetricProducer's
and exposing metrics to SolrMetricReporter's. |
| org.apache.solr.metrics.reporters.solr |
This package contains
SolrMetricReporter implementations
specific to SolrCloud reporting. |
| org.apache.solr.pkg |
Package management implementation
|
| org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
| org.apache.solr.rest |
Solr RESTful APIs via Restlet.
|
| org.apache.solr.rest.schema.analysis |
Analysis-related functionality for RESTful API access to the Solr Schema using Restlet.
|
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
| org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
| org.apache.solr.search.function |
Solr implementations of
ValueSource for 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.similarities |
Factories for various built-in Lucene ranking models.
|
| org.apache.solr.search.stats |
APIs and Classes implementing the Stats component used for document frequency
calculations.
|
| org.apache.solr.security |
Commonly used classes for Solr security framework.
|
| org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
| org.apache.solr.servlet.cache |
Caching related classes used in the Solr HTTP API
|
| org.apache.solr.spelling |
APIs and classes used by the
SpellCheckComponent |
| org.apache.solr.spelling.suggest |
APIs and classes used by the
SpellCheckComponent |
| org.apache.solr.spelling.suggest.fst | |
| org.apache.solr.spelling.suggest.jaspell | |
| org.apache.solr.spelling.suggest.tst | |
| org.apache.solr.store.blockcache |
An HDFS blockcache implementation.
|
| org.apache.solr.store.hdfs |
An HDFS Directory implementation.
|
| org.apache.solr.update |
APIs and classes for managing index updates
|
| org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChains |
| org.apache.solr.util |
Common utility classes used throughout Solr
|
| org.apache.solr.util.plugin |
Common APIs related to implementing Solr plugins
|
| org.apache.solr.util.stats |
Utilities for collecting statistics
|
| org.apache.solr.util.xslt |
XSLT related utilities (deprecated package, do not add new classes)
|
| Class and Description |
|---|
| CoreContainer |
| PluginBag
This manages the lifecycle of a set of plugin of the same type .
|
| PluginBag.PluginHolder
An indirect reference to a plugin.
|
| PluginInfo
An Object which represents a Plugin of any type
|
| Class and Description |
|---|
| CoreContainer |
| NodeConfig |
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| CloudConfig |
| ConfigSetService
Service class used by the CoreContainer to load ConfigSets for use in SolrCore
creation.
|
| CoreContainer |
| CoreDescriptor
A Solr core descriptor
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| CloudConfig |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrResourceLoader |
| Class and Description |
|---|
| SolrResourceLoader |
| Class and Description |
|---|
| AbstractSolrEventListener |
| BlobRepository
The purpose of this class is to store the Jars loaded in memory and to keep only one copy of the Jar in a single node.
|
| BlobRepository.BlobContent |
| BlobRepository.BlobContentRef |
| BlobRepository.Decoder |
| CachingDirectoryFactory
A
DirectoryFactory impl base class for caching Directory instances
per path. |
| CachingDirectoryFactory.CacheValue |
| CachingDirectoryFactory.CloseListener |
| CloseHook
Used to request notification when the core is closed.
|
| CloudConfig |
| CloudConfig.CloudConfigBuilder |
| CodecFactory
Factory for plugging in a custom
Codec |
| ConfigOverlay
This class encapsulates the config overlay json file.
|
| ConfigSet
Stores a core's configuration in the form of a SolrConfig and IndexSchema
|
| ConfigSetService
Service class used by the CoreContainer to load ConfigSets for use in SolrCore
creation.
|
| ConfigSetService.Default
The default ConfigSetService.
|
| CoreContainer |
| CoreContainer.CoreLoadFailure |
| CoreDescriptor
A Solr core descriptor
|
| CoresLocator
Manage the discovery and persistence of core definitions across Solr restarts
|
| CoreSorter
This is a utility class that sorts cores in such a way as to minimize other cores
waiting for replicas in the current node.
|
| Diagnostics.Callable |
| DirectoryFactory
Provides access to a Directory implementation.
|
| DirectoryFactory.DirContext |
| EphemeralDirectoryFactory
Directory provider for implementations that do not persist over reboots.
|
| IndexDeletionPolicyWrapper
A wrapper for an IndexDeletionPolicy instance.
|
| IndexReaderFactory
Factory used to build a new IndexReader instance.
|
| InitParams
An Object which represents a
<initParams> tag |
| MemClassLoader |
| MetricsConfig |
| MetricsConfig.MetricsConfigBuilder |
| NodeConfig |
| NodeConfig.NodeConfigBuilder |
| PluginBag
This manages the lifecycle of a set of plugin of the same type .
|
| PluginBag.PluginHolder
An indirect reference to a plugin.
|
| PluginBag.RuntimeLib
This represents a Runtime Jar.
|
| PluginInfo
An Object which represents a Plugin of any type
|
| RequestParams
The class encapsulates the request time parameters .
|
| RequestParams.ParamSet |
| RequestParams.VersionedParams |
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrConfig.HttpCachingConfig |
| SolrConfig.HttpCachingConfig.LastModFrom |
| SolrConfig.PluginOpts |
| SolrConfig.SolrPluginInfo |
| SolrConfig.UpdateHandlerInfo |
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrEventListener |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| SolrInfoBean.Group
Top-level group of beans or metrics for a subsystem.
|
| SolrResourceLoader |
| StandardDirectoryFactory
Directory provider which mimics original Solr
FSDirectory based behavior. |
| TransientSolrCoreCache
The base class for custom transient core maintenance.
|
| TransientSolrCoreCacheFactory
An interface that allows custom transient caches to be maintained with different implementations
|
| XmlConfigFile
Wrapper around an XML DOM object to provide convenient accessors to it.
|
| ZkContainer |
| Class and Description |
|---|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrResourceLoader |
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| CoreContainer |
| Class and Description |
|---|
| PluginBag
This manages the lifecycle of a set of plugin of the same type .
|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| SolrResourceLoader |
| Class and Description |
|---|
| CoreContainer |
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| SolrResourceLoader |
| XmlConfigFile
Wrapper around an XML DOM object to provide convenient accessors to it.
|
| Class and Description |
|---|
| SolrCore.RawWriter |
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| SolrResourceLoader |
| Class and Description |
|---|
| CoreContainer |
| CoreDescriptor
A Solr core descriptor
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| CoreContainer |
| MetricsConfig |
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| SolrInfoBean.Group
Top-level group of beans or metrics for a subsystem.
|
| SolrResourceLoader |
| Class and Description |
|---|
| CoreContainer |
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| CoreContainer |
| PluginBag.PluginHolder
An indirect reference to a plugin.
|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrConfig.SolrPluginInfo |
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| SolrResourceLoader |
| Class and Description |
|---|
| AbstractSolrEventListener |
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrEventListener |
| SolrResourceLoader |
| Class and Description |
|---|
| DirectoryFactory
Provides access to a Directory implementation.
|
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| CoreContainer |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| PluginInfo
An Object which represents a Plugin of any type
|
| Class and Description |
|---|
| CoreContainer |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| CoreContainer |
| NodeConfig |
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| Class and Description |
|---|
ShutdownAwareDirectory
CachingDirectoryFactory will call this method
rather than Directory.close() on shutdown if
a Directory implements this interface. |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| CoreContainer |
| CoreDescriptor
A Solr core descriptor
|
| Diagnostics.Callable |
| DirectoryFactory
Provides access to a Directory implementation.
|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrEventListener |
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| SolrInfoBean.Category
Category of Solr component.
|
| Class and Description |
|---|
| PluginBag.PluginHolder
An indirect reference to a plugin.
|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| CoreContainer |
| Class and Description |
|---|
| PluginInfo
An Object which represents a Plugin of any type
|
| SolrCore
SolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.
|
| SolrResourceLoader |
| Class and Description |
|---|
| SolrInfoBean
Interface for getting various ui friendly strings
for use by objects which are 'pluggable' to make server administration
easier.
|
| Class and Description |
|---|
| SolrConfig
Provides a static reference to a Config object modeling the main
configuration data for a a Solr instance -- typically found in
"solrconfig.xml".
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.