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

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

Classes in org.apache.solr.handler.clustering that implement SolrCoreAware
 class ClusteringComponent
          Provide a plugin for clustering results.
 

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.
 

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.
 

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

Classes in org.apache.solr.handler.extraction that implement SolrCoreAware
 class ExtractingRequestHandler
          Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted first from the document.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.