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.request   
org.apache.solr.search   
org.apache.solr.tst   
org.apache.solr.update   
 

Uses of SolrInfoMBean in org.apache.solr.core
 

Methods in org.apache.solr.core that return types with arguments of type SolrInfoMBean
static java.util.Map<java.lang.String,SolrInfoMBean> SolrInfoRegistry.getRegistry()
           
 

Uses of SolrInfoMBean in org.apache.solr.handler
 

Classes in org.apache.solr.handler that implement SolrInfoMBean
 class CSVRequestHandler
           
 class DumpRequestHandler
           
 class RequestHandlerBase
           
 class SpellCheckerRequestHandler
          Takes a string (e.g.
 class XmlUpdateRequestHandler
           
 

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

Classes in org.apache.solr.handler.admin that implement SolrInfoMBean
 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 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.request
 

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

Classes in org.apache.solr.request that implement SolrInfoMBean
 class DisMaxRequestHandler
           A Generic query plugin designed to be given a simple query expression from a user, which it will then query against a variety of pre-configured fields, in a variety of ways, using BooleanQueries, DisjunctionMaxQueries, and PhraseQueries.
 class StandardRequestHandler
           
 

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 LRUCache
           
 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
           
 class TestRequestHandler
           
 

Uses of SolrInfoMBean in org.apache.solr.update
 

Classes in org.apache.solr.update that implement SolrInfoMBean
 class DirectUpdateHandler
          DirectUpdateHandler implements an UpdateHandler where documents are added directly to the main lucene index as opposed to adding to a separate smaller index.
 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 © 2006 - 2009 The Apache Software Foundation