Package | Description |
---|---|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
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 implementations and utilities |
org.apache.solr.metrics |
The
SolrCoreMetricManager is responsible for
collecting metrics from SolrMetricProducer 's
and exposing metrics to SolrMetricReporter 's. |
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.security |
Commonly used classes for Solr security framework.
|
org.apache.solr.store.hdfs |
An HDFS Directory implementation.
|
org.apache.solr.update |
APIs and classes for managing index updates
|
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
SolrInfoBean.getCategory()
Category of this component
|
SolrInfoBean.Category |
SolrCore.getCategory() |
static SolrInfoBean.Category |
SolrInfoBean.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrInfoBean.Category[] |
SolrInfoBean.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
UpdateRequestHandler.getCategory() |
SolrInfoBean.Category |
PingRequestHandler.getCategory() |
SolrInfoBean.Category |
SolrConfigHandler.getCategory() |
SolrInfoBean.Category |
RequestHandlerBase.getCategory() |
SolrInfoBean.Category |
SchemaHandler.getCategory() |
SolrInfoBean.Category |
CdcrRequestHandler.getCategory() |
SolrInfoBean.Category |
ReplicationHandler.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
MoreLikeThisComponent.getCategory() |
SolrInfoBean.Category |
FacetComponent.getCategory() |
SolrInfoBean.Category |
HighlightComponent.getCategory() |
SolrInfoBean.Category |
SpellCheckComponent.getCategory() |
SolrInfoBean.Category |
ExpandComponent.getCategory() |
SolrInfoBean.Category |
QueryComponent.getCategory() |
SolrInfoBean.Category |
DebugComponent.getCategory() |
SolrInfoBean.Category |
RealTimeGetComponent.getCategory() |
SolrInfoBean.Category |
TermVectorComponent.getCategory() |
SolrInfoBean.Category |
SearchComponent.getCategory() |
SolrInfoBean.Category |
TermsComponent.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
HighlightingPluginBase.getCategory() |
Modifier and Type | Field and Description |
---|---|
SolrInfoBean.Category |
SolrMetricInfo.category |
Constructor and Description |
---|
SolrMetricInfo(SolrInfoBean.Category category,
String scope,
String name)
Creates a new instance of
SolrMetricInfo . |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
LFUCache.getCategory() |
SolrInfoBean.Category |
QParserPlugin.getCategory() |
SolrInfoBean.Category |
SolrIndexSearcher.getCategory() |
SolrInfoBean.Category |
SolrCacheBase.getCategory() |
SolrInfoBean.Category |
SolrFieldCacheBean.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
FacetModule.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
PublicKeyHandler.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
HdfsLocalityReporter.getCategory() |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
UpdateHandler.getCategory() |
SolrInfoBean.Category |
UpdateShardHandler.getCategory() |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.