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   
org.apache.solr.handler.dataimport   
 

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 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.
 

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

Classes in org.apache.solr.handler.dataimport that implement SolrCoreAware
 class DataImportHandler
           Solr Request Handler for data import from databases and REST data sources.
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.