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

Packages that use SolrInfoMBean
org.apache.solr.core   
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 Map<String,SolrInfoMBean> SolrInfoRegistry.getRegistry()
           
 

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 - 2006 The Apache Software Foundation