Uses of Interface
org.apache.solr.core.SolrInfoMBean

Packages that use SolrInfoMBean
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.component   
org.apache.solr.highlight   
org.apache.solr.request   
org.apache.solr.search   
org.apache.solr.tst   
org.apache.solr.update   
 

Uses of SolrInfoMBean in org.apache.solr.core
 

Classes in org.apache.solr.core that implement SolrInfoMBean
 class SolrCore
           
 

Methods in org.apache.solr.core that return SolrInfoMBean
 SolrInfoMBean JmxMonitoredMap.put(String key, SolrInfoMBean infoBean)
          Adds the SolrInfoMBean to the map and registers the given SolrInfoMBean instance with the MBeanServer defined for this core.
 SolrInfoMBean JmxMonitoredMap.remove(Object key)
          Removes the SolrInfoMBean object at the given key and unregisters it from MBeanServer
 

Methods in org.apache.solr.core that return types with arguments of type SolrInfoMBean
 Map<String,SolrInfoMBean> SolrCore.getInfoRegistry()
          Returns a Map of name vs SolrInfoMBean objects.
static Map<String,SolrInfoMBean> SolrInfoRegistry.getRegistry()
          Deprecated. 
 

Methods in org.apache.solr.core with parameters of type SolrInfoMBean
 SolrInfoMBean JmxMonitoredMap.put(String key, SolrInfoMBean infoBean)
          Adds the SolrInfoMBean to the map and registers the given SolrInfoMBean instance with the MBeanServer defined for this core.
 

Method parameters in org.apache.solr.core with type arguments of type SolrInfoMBean
 void SolrResourceLoader.inform(Map<String,SolrInfoMBean> infoRegistry)
          Register any SolrInfoMBeans
 

Uses of SolrInfoMBean in org.apache.solr.handler
 

Classes in org.apache.solr.handler that implement SolrInfoMBean
 class AnalysisRequestHandler
          Deprecated. Use DocumentAnalysisRequestHandler instead.
 class AnalysisRequestHandlerBase
          A base class for all analysis request handlers.
 class BinaryUpdateRequestHandler
          Update handler which uses the JavaBin format
 class ContentStreamHandlerBase
          Shares common code between various handlers that manipulate ContentStream objects.
 class CSVRequestHandler
           
 class DisMaxRequestHandler
          Deprecated. use StandardRequestHandler with a "defType=dismax" param
 class DocumentAnalysisRequestHandler
          An analysis handler that provides a breakdown of the analysis process of provided docuemnts.
 class DumpRequestHandler
           
 class FieldAnalysisRequestHandler
          RequestHandler that provides much the same functionality as analysis.jsp.
 class MoreLikeThisHandler
          Solr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.
 class PingRequestHandler
          Ping solr core
 class ReplicationHandler
           A Handler which provides a REST API for replication and serves replication requests from Slaves.
 class RequestHandlerBase
           
 class SpellCheckerRequestHandler
          Deprecated. Use SpellCheckComponent instead. See also https://issues.apache.org/jira/browse/SOLR-474 and https://issues.apache.org/jira/browse/SOLR-485
 class StandardRequestHandler
           
 class XmlUpdateRequestHandler
          Add documents to solr using the STAX XML parser.
 

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

Classes in org.apache.solr.handler.admin that implement SolrInfoMBean
 class AdminHandlers
          A special Handler that registers all standard admin handlers
 class CoreAdminHandler
           
 class LukeRequestHandler
          This handler exposes the internal lucene index.
 class PluginInfoHandler
          similar to "admin/registry.jsp" NOTE: the response format is still likely to change.
 class PropertiesRequestHandler
           
 class ShowFileRequestHandler
          This handler uses the RawResponseWriter to give client access to files inside ${solr.home}/conf If you want to selectively restrict access some configuration files, you can list these files in the ShowFileRequestHandler.HIDDEN invariants.
 class SystemInfoHandler
          This handler returns system info NOTE: the response format is still likely to change.
 class ThreadDumpHandler
          Copied from "admin/threaddump.jsp" NOTE: the response format is still likely to change.
 

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

Classes in org.apache.solr.handler.component that implement SolrInfoMBean
 class DebugComponent
          Adds debugging information to a request.
 class FacetComponent
          TODO!
 class HighlightComponent
          TODO!
 class MoreLikeThisComponent
          TODO!
 class QueryComponent
          TODO!
 class QueryElevationComponent
          A component to elevate some documents to the top of the result set.
 class SearchComponent
          TODO!
 class SearchHandler
          Refer SOLR-281
 class SpellCheckComponent
          A SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.
 class StatsComponent
          Stats component calculates simple statistics on numeric field values
 class TermsComponent
          Return TermEnum information, useful for things like auto suggest.
 class TermVectorComponent
          Return term vectors for the documents in a query result set.
 

Uses of SolrInfoMBean in org.apache.solr.highlight
 

Subinterfaces of SolrInfoMBean in org.apache.solr.highlight
 interface SolrFormatter
           
 interface SolrFragmenter
           
 

Classes in org.apache.solr.highlight that implement SolrInfoMBean
 class GapFragmenter
           
 class HighlightingPluginBase
           
 class HtmlFormatter
          Use the SimpleHTMLFormatter
 class RegexFragmenter
          Fragmenter that tries to produce snippets that "look" like a regular expression.
 

Uses of SolrInfoMBean in org.apache.solr.request
 

Subinterfaces of SolrInfoMBean in org.apache.solr.request
 interface SolrRequestHandler
          Implementations of SolrRequestHandler are called to handle query requests.
 

Uses of SolrInfoMBean in org.apache.solr.search
 

Subinterfaces of SolrInfoMBean in org.apache.solr.search
 interface SolrCache
          Primary API for dealing with Solr's internal caches.
 

Classes in org.apache.solr.search that implement SolrInfoMBean
 class FastLRUCache
          SolrCache based on ConcurrentLRUCache implementation.
 class LRUCache
           
 class SolrFieldCacheMBean
          A SolrInfoMBean that provides introspection of the Lucene FiledCache, this is NOT a cache that is manged by Solr.
 class SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Uses of SolrInfoMBean in org.apache.solr.tst
 

Classes in org.apache.solr.tst that implement SolrInfoMBean
 class OldRequestHandler
          Deprecated. Test against the real request handlers instead.
 class TestRequestHandler
          Deprecated. Test against the real request handlers instead.
 

Uses of SolrInfoMBean in org.apache.solr.update
 

Classes in org.apache.solr.update that implement SolrInfoMBean
 class DirectUpdateHandler
          Deprecated. Use DirectUpdateHandler2 instead. This is only kept around for back-compatibility (way back).
 class DirectUpdateHandler2
          DirectUpdateHandler2 implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.
 class UpdateHandler
          UpdateHandler handles requests to change the index (adds, deletes, commits, optimizes, etc).
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.