org.apache.solr.util.plugin
Interface NamedListInitializedPlugin

All Known Subinterfaces:
BinaryQueryResponseWriter, QueryResponseWriter, SolrEncoder, SolrEventListener, SolrFormatter, SolrFragListBuilder, SolrFragmenter
All Known Implementing Classes:
AbstractDefaultValueUpdateProcessorFactory, AbstractSolrEventListener, BinaryResponseWriter, BoostQParserPlugin, BreakIteratorBoundaryScanner, CachingDirectoryFactory, CloneFieldUpdateProcessorFactory, ClusteringComponent, CodecFactory, ConcatFieldUpdateProcessorFactory, CSVResponseWriter, DebugComponent, DefaultCodecFactory, DefaultEncoder, DefaultValueUpdateProcessorFactory, DirectoryFactory, DisMaxQParserPlugin, DistributedUpdateProcessorFactory, DocIdAugmenterFactory, ElevatedMarkerFactory, ExcludedMarkerFactory, ExplainAugmenterFactory, ExtendedDismaxQParserPlugin, FacetComponent, FieldLengthUpdateProcessorFactory, FieldMutatingUpdateProcessorFactory, FieldQParserPlugin, FieldValueSubsetUpdateProcessorFactory, FirstFieldValueUpdateProcessorFactory, FunctionQParserPlugin, FunctionRangeQParserPlugin, GapFragmenter, HighlightComponent, HtmlEncoder, HtmlFormatter, HTMLStripFieldUpdateProcessorFactory, IgnoreFieldUpdateProcessorFactory, IndexReaderFactory, JoinQParserPlugin, JSONResponseWriter, LangDetectLanguageIdentifierUpdateProcessorFactory, LastFieldValueUpdateProcessorFactory, LogUpdateProcessorFactory, LuceneQParserPlugin, MaxFieldValueUpdateProcessorFactory, MinFieldValueUpdateProcessorFactory, MMapDirectoryFactory, MoreLikeThisComponent, NestedQParserPlugin, NIOFSDirectoryFactory, NoOpDistributingUpdateProcessorFactory, NRTCachingDirectoryFactory, OldLuceneQParserPlugin, PHPResponseWriter, PHPSerializedResponseWriter, PrefixQParserPlugin, PythonResponseWriter, QParserPlugin, QueryComponent, QueryConverter, QueryElevationComponent, QuerySenderListener, RAMDirectoryFactory, RawQParserPlugin, RawResponseWriter, RealTimeGetComponent, RegexFragmenter, RegexReplaceProcessorFactory, RemoveBlankFieldUpdateProcessorFactory, RubyResponseWriter, RunUpdateProcessorFactory, ScoreOrderFragmentsBuilder, SearchComponent, ShardAugmenterFactory, SignatureUpdateProcessorFactory, SimpleBoundaryScanner, SimpleFragListBuilder, SimpleFragmentsBuilder, SimpleFSDirectoryFactory, SingleFragListBuilder, SolrBoundaryScanner, SolrCore.LazyQueryResponseWriterWrapper, SolrDeletionPolicy, SolrFragmentsBuilder, SpatialBoxQParserPlugin, SpatialFilterQParserPlugin, SpellCheckComponent, SpellingQueryConverter, StandardDirectoryFactory, StandardIndexReaderFactory, StatsComponent, SuggestQueryConverter, SurroundQParserPlugin, TermQParserPlugin, TermsComponent, TermVectorComponent, TikaLanguageIdentifierUpdateProcessorFactory, TimestampUpdateProcessorFactory, TransformerFactory, TrimFieldUpdateProcessorFactory, TruncateFieldUpdateProcessorFactory, UIMAUpdateRequestProcessorFactory, UniqFieldsUpdateProcessorFactory, UpdateRequestProcessorFactory, URLClassifyProcessorFactory, UUIDUpdateProcessorFactory, ValueAugmenterFactory, ValueSourceParser, WeightedFragListBuilder, XMLResponseWriter, XSLTResponseWriter

public interface NamedListInitializedPlugin

A plugin that can be initialized with a NamedList

Since:
solr 1.3

Method Summary
 void init(NamedList args)
           
 

Method Detail

init

void init(NamedList args)


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