org.apache.solr.util.plugin
Interface NamedListInitializedPlugin

All Known Subinterfaces:
BinaryQueryResponseWriter, BinaryQueryResponseWriter, QueryResponseWriter, QueryResponseWriter, SolrEncoder, SolrEventListener, SolrFormatter, SolrFragListBuilder, SolrFragmenter
All Known Implementing Classes:
BinaryResponseWriter, BinaryResponseWriter, BoostQParserPlugin, ClusteringComponent, CSVResponseWriter, DebugComponent, DefaultEncoder, DirectoryFactory, DisMaxQParserPlugin, ExtendedDismaxQParserPlugin, FacetComponent, FieldQParserPlugin, FunctionQParserPlugin, FunctionRangeQParserPlugin, GapFragmenter, GenericBinaryResponseWriter, GenericTextResponseWriter, HighlightComponent, HtmlEncoder, HtmlFormatter, IndexReaderFactory, JSONResponseWriter, JSONResponseWriter, LogUpdateProcessorFactory, LuceneQParserPlugin, MMapDirectoryFactory, MoreLikeThisComponent, NestedQParserPlugin, OldLuceneQParserPlugin, PHPResponseWriter, PHPResponseWriter, PHPSerializedResponseWriter, PHPSerializedResponseWriter, PrefixQParserPlugin, PythonResponseWriter, PythonResponseWriter, QParserPlugin, QueryComponent, QueryConverter, QueryElevationComponent, RAMDirectoryFactory, RawQParserPlugin, RawResponseWriter, RawResponseWriter, RegexFragmenter, RubyResponseWriter, RubyResponseWriter, RunUpdateProcessorFactory, ScoreOrderFragmentsBuilder, SearchComponent, SignatureUpdateProcessorFactory, SimpleFragListBuilder, SimpleFragmentsBuilder, SimpleFSDirectoryFactory, SingleFragListBuilder, SolrDeletionPolicy, SolrFragmentsBuilder, SpatialBoxQParserPlugin, SpatialFilterQParserPlugin, SpellCheckComponent, SpellingQueryConverter, StandardDirectoryFactory, StandardIndexReaderFactory, StatsComponent, TermsComponent, TermVectorComponent, UIMAUpdateRequestProcessorFactory, UpdateRequestProcessorFactory, ValueSourceParser, VelocityResponseWriter, XMLResponseWriter, XMLResponseWriter, XSLTResponseWriter, 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 © 2011 Apache Software Foundation. All Rights Reserved.