Uses of Package
org.apache.solr.core

Packages that use org.apache.solr.core
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.core Core classes implementin Solr internals and the management of SolrCore
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.highlight SolrHighlighter API and related implementaions and utilities 
org.apache.solr.logging APIs related to capturing log event info in the LoggingHandler 
org.apache.solr.request APIs and classes for dealing with Solr requests 
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.function Solr implementations of ValueSource for function queries. 
org.apache.solr.search.join Classes related to joins. 
org.apache.solr.search.similarities Factories for various built-in Lucene ranking models. 
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 Factories for FST and Analyzing based Suggester
org.apache.solr.spelling.suggest.jaspell Factories for JaSpell based Suggester
org.apache.solr.spelling.suggest.tst Factories for TST based Suggester
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
org.apache.solr.util.plugin Common APIs related to implementing Solr plugins 
org.apache.solr.util.xslt XSLT related utilities (deprecated package, do not add new classes) 
 

Classes in org.apache.solr.core used by org.apache.solr.client.solrj.embedded
CoreContainer
           
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.cloud
CoreContainer
           
CoreDescriptor
          A Solr core descriptor
SolrCore
           
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.core
AbstractSolrEventListener
           
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.
CodecFactory
          Factory for plugging in a custom Codec
Config
           
ConfigSolr
           
ConfigSolr.CfgProp
           
ConfigSolrXmlOld
           
CoreContainer
           
CoreDescriptor
          A Solr core descriptor
CoresLocator
          Manage the discovery and persistence of core definitions across Solr restarts
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.
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".
SolrConfig.HttpCachingConfig
           
SolrConfig.HttpCachingConfig.LastModFrom
           
SolrConfig.JmxConfiguration
           
SolrConfig.UpdateHandlerInfo
           
SolrCore
           
SolrEventListener
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
SolrResourceLoader
           
SolrXMLCoresLocator
          Writes any changes in core definitions to this instance's solr.xml
StandardDirectoryFactory
          Directory provider which mimics original Solr FSDirectory based behavior.
ZkContainer
           
 

Classes in org.apache.solr.core used by org.apache.solr.handler
SolrCore
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
 

Classes in org.apache.solr.core used by org.apache.solr.handler.admin
CoreContainer
           
CoreDescriptor
          A Solr core descriptor
SolrCore
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
 

Classes in org.apache.solr.core used by org.apache.solr.handler.component
PluginInfo
          An Object which represents a Plugin of any type
SolrCore
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.highlight
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
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
 

Classes in org.apache.solr.core used by org.apache.solr.logging
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.request
SolrCore
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
 

Classes in org.apache.solr.core used by org.apache.solr.schema
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
           
SolrEventListener
           
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.search
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
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
 

Classes in org.apache.solr.core used by org.apache.solr.search.function
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
 

Classes in org.apache.solr.core used by org.apache.solr.search.join
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
 

Classes in org.apache.solr.core used by org.apache.solr.search.similarities
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.servlet
CoreContainer
           
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
           
 

Classes in org.apache.solr.core used by org.apache.solr.servlet.cache
SolrConfig
          Provides a static reference to a Config object modeling the main configuration data for a a Solr instance -- typically found in "solrconfig.xml".
 

Classes in org.apache.solr.core used by org.apache.solr.spelling
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.spelling.suggest
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.spelling.suggest.fst
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.spelling.suggest.jaspell
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.spelling.suggest.tst
SolrCore
           
 

Classes in org.apache.solr.core used by org.apache.solr.update
ConfigSolr
           
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
           
SolrEventListener
           
SolrInfoMBean
          MBean interface for getting various ui friendly strings and URLs for use by objects which are 'pluggable' to make server administration easier.
SolrInfoMBean.Category
           
 

Classes in org.apache.solr.core used by org.apache.solr.update.processor
PluginInfo
          An Object which represents a Plugin of any type
SolrCore
           
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.util.plugin
PluginInfo
          An Object which represents a Plugin of any type
SolrCore
           
SolrResourceLoader
           
 

Classes in org.apache.solr.core used by org.apache.solr.util.xslt
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-2014 Apache Software Foundation. All Rights Reserved.