Uses of Interface
org.apache.solr.util.plugin.SolrCoreAware

Packages that use SolrCoreAware
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.component   
 

Uses of SolrCoreAware in org.apache.solr.handler
 

Classes in org.apache.solr.handler that implement SolrCoreAware
 class DisMaxRequestHandler
          Deprecated. use StandardRequestHandler with a "defType=dismax" param
 class ReplicationHandler
           A Handler which provides a REST API for replication and serves replication requests from Slaves.
 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
           
 

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

Classes in org.apache.solr.handler.admin that implement SolrCoreAware
 class AdminHandlers
          A special Handler that registers all standard admin handlers
 

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

Classes in org.apache.solr.handler.component that implement SolrCoreAware
 class QueryElevationComponent
          A component to elevate some documents to the top of the result set.
 class SearchHandler
          Refer SOLR-281
 class SpellCheckComponent
          A SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.
 class TermVectorComponent
          Return term vectors for the documents in a query result set.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.