Uses of Class
org.apache.solr.core.SolrInfoMBean.Category

Packages that use SolrInfoMBean.Category
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.search APIs and classes for parsing and processing search requests 
org.apache.solr.update APIs and classes for managing index updates 
 

Uses of SolrInfoMBean.Category in org.apache.solr.core
 

Methods in org.apache.solr.core that return SolrInfoMBean.Category
 SolrInfoMBean.Category SolrInfoMBean.getCategory()
          Purpose of this Class
 SolrInfoMBean.Category SolrCore.getCategory()
           
 SolrInfoMBean.Category RequestHandlers.LazyRequestHandlerWrapper.getCategory()
           
static SolrInfoMBean.Category SolrInfoMBean.Category.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SolrInfoMBean.Category[] SolrInfoMBean.Category.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SolrInfoMBean.Category in org.apache.solr.handler
 

Methods in org.apache.solr.handler that return SolrInfoMBean.Category
 SolrInfoMBean.Category RequestHandlerBase.getCategory()
           
 

Uses of SolrInfoMBean.Category in org.apache.solr.handler.admin
 

Methods in org.apache.solr.handler.admin that return SolrInfoMBean.Category
 SolrInfoMBean.Category AdminHandlers.getCategory()
           
 

Uses of SolrInfoMBean.Category in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component that return SolrInfoMBean.Category
 SolrInfoMBean.Category SearchComponent.getCategory()
           
 

Uses of SolrInfoMBean.Category in org.apache.solr.highlight
 

Methods in org.apache.solr.highlight that return SolrInfoMBean.Category
 SolrInfoMBean.Category HighlightingPluginBase.getCategory()
           
 

Uses of SolrInfoMBean.Category in org.apache.solr.search
 

Methods in org.apache.solr.search that return SolrInfoMBean.Category
 SolrInfoMBean.Category SolrIndexSearcher.getCategory()
           
 SolrInfoMBean.Category LFUCache.getCategory()
           
 SolrInfoMBean.Category SolrCacheBase.getCategory()
           
 SolrInfoMBean.Category SolrFieldCacheMBean.getCategory()
           
 SolrInfoMBean.Category QParserPlugin.getCategory()
           
 

Uses of SolrInfoMBean.Category in org.apache.solr.update
 

Methods in org.apache.solr.update that return SolrInfoMBean.Category
 SolrInfoMBean.Category DirectUpdateHandler2.getCategory()
           
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.