Uses of Class
org.apache.solr.core.SolrInfoBean.Category
-
Packages that use SolrInfoBean.Category Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.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.search APIs and classes for parsing and processing search requestsorg.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.update APIs and classes for managing index updates -
-
Uses of SolrInfoBean.Category in org.apache.solr.core
Methods in org.apache.solr.core that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategorySolrCore. getCategory()SolrInfoBean.CategorySolrInfoBean. getCategory()Category of this componentstatic SolrInfoBean.CategorySolrInfoBean.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. -
Uses of SolrInfoBean.Category in org.apache.solr.handler
Methods in org.apache.solr.handler that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryPingRequestHandler. getCategory()SolrInfoBean.CategoryReplicationHandler. getCategory()SolrInfoBean.CategoryRequestHandlerBase. getCategory()SolrInfoBean.CategorySchemaHandler. getCategory()SolrInfoBean.CategorySolrConfigHandler. getCategory()SolrInfoBean.CategoryUpdateRequestHandler. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.handler.admin
-
Uses of SolrInfoBean.Category in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryActiveTasksListComponent. getCategory()SolrInfoBean.CategoryActiveTasksListHandler. getCategory()SolrInfoBean.CategoryDebugComponent. getCategory()SolrInfoBean.CategoryExpandComponent. getCategory()SolrInfoBean.CategoryFacetComponent. getCategory()SolrInfoBean.CategoryHighlightComponent. getCategory()SolrInfoBean.CategoryMoreLikeThisComponent. getCategory()SolrInfoBean.CategoryQueryCancellationComponent. getCategory()SolrInfoBean.CategoryQueryCancellationHandler. getCategory()SolrInfoBean.CategoryQueryComponent. getCategory()SolrInfoBean.CategoryRealTimeGetComponent. getCategory()SolrInfoBean.CategorySearchComponent. getCategory()SolrInfoBean.CategorySpellCheckComponent. getCategory()SolrInfoBean.CategoryTermsComponent. getCategory()SolrInfoBean.CategoryTermVectorComponent. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.highlight
Methods in org.apache.solr.highlight that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryHighlightingPluginBase. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.metrics
Fields in org.apache.solr.metrics declared as SolrInfoBean.Category Modifier and Type Field Description SolrInfoBean.CategorySolrMetricInfo. categoryConstructors in org.apache.solr.metrics with parameters of type SolrInfoBean.Category Constructor Description SolrMetricInfo(SolrInfoBean.Category category, String scope, String name)Creates a new instance ofSolrMetricInfo. -
Uses of SolrInfoBean.Category in org.apache.solr.search
Methods in org.apache.solr.search that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryQParserPlugin. getCategory()SolrInfoBean.CategorySolrCacheBase. getCategory()SolrInfoBean.CategorySolrFieldCacheBean. getCategory()SolrInfoBean.CategorySolrIndexSearcher. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryFacetModule. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.security
Methods in org.apache.solr.security that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryAuditLoggerPlugin. getCategory()SolrInfoBean.CategoryAuthenticationPlugin. getCategory()SolrInfoBean.CategoryPublicKeyHandler. getCategory() -
Uses of SolrInfoBean.Category in org.apache.solr.update
Methods in org.apache.solr.update that return SolrInfoBean.Category Modifier and Type Method Description SolrInfoBean.CategoryUpdateHandler. getCategory()SolrInfoBean.CategoryUpdateShardHandler. getCategory()
-