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

Packages that use PluginInfoInitialized
org.apache.solr.handler Concrete implementations of SolrRequestHandler 
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.highlight SolrHighlighter API and related implementaions and utilities 
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
 

Uses of PluginInfoInitialized in org.apache.solr.handler
 

Classes in org.apache.solr.handler that implement PluginInfoInitialized
 class RealTimeGetHandler
           
 class StandardRequestHandler
          All of the following options may be configured for this handler in the solrconfig as defaults, and may be overriden as request parameters.
 

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

Classes in org.apache.solr.handler.component that implement PluginInfoInitialized
 class HighlightComponent
          TODO!
 class HttpShardHandlerFactory
           
 class SearchHandler
          Refer SOLR-281
 

Uses of PluginInfoInitialized in org.apache.solr.highlight
 

Classes in org.apache.solr.highlight that implement PluginInfoInitialized
 class DefaultSolrHighlighter
           
 class PostingsSolrHighlighter
          Highlighter impl that uses PostingsHighlighter
 

Uses of PluginInfoInitialized in org.apache.solr.update
 

Classes in org.apache.solr.update that implement PluginInfoInitialized
 class HdfsUpdateLog
           
 class UpdateLog
           
 

Uses of PluginInfoInitialized in org.apache.solr.update.processor
 

Classes in org.apache.solr.update.processor that implement PluginInfoInitialized
 class UpdateRequestProcessorChain
          Manages a chain of UpdateRequestProcessorFactories.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.