org.apache.solr.util.plugin
Interface NamedListInitializedPlugin

All Known Subinterfaces:
BinaryQueryResponseWriter, QueryResponseWriter, SolrFormatter, SolrFragmenter
All Known Implementing Classes:
BinaryResponseWriter, BoostQParserPlugin, ClusteringComponent, DebugComponent, DirectoryFactory, DisMaxQParserPlugin, FacetComponent, FieldQParserPlugin, FunctionQParserPlugin, FunctionRangeQParserPlugin, GapFragmenter, HighlightComponent, HtmlFormatter, IndexReaderFactory, JSONResponseWriter, LogUpdateProcessorFactory, LuceneQParserPlugin, MoreLikeThisComponent, NestedQParserPlugin, OldLuceneQParserPlugin, PHPResponseWriter, PHPSerializedResponseWriter, PrefixQParserPlugin, PythonResponseWriter, QParserPlugin, QueryComponent, QueryConverter, QueryElevationComponent, RawQParserPlugin, RawResponseWriter, RegexFragmenter, RubyResponseWriter, RunUpdateProcessorFactory, SearchComponent, SignatureUpdateProcessorFactory, SolrDeletionPolicy, SpellCheckComponent, SpellingQueryConverter, StandardDirectoryFactory, StandardIndexReaderFactory, StatsComponent, TermsComponent, TermVectorComponent, UpdateRequestProcessorFactory, ValueSourceParser, XMLResponseWriter, XSLTResponseWriter

public interface NamedListInitializedPlugin

A plugin that can be initialized with a NamedList

Since:
solr 1.3
Version:
$Id: NamedListInitializedPlugin.java 555343 2007-07-11 17:46:25Z hossman $

Method Summary
 void init(NamedList args)
           
 

Method Detail

init

void init(NamedList args)


Copyright © 2009 Apache Software Foundation. All Rights Reserved.