org.apache.solr.util.plugin
Interface NamedListInitializedPlugin

All Known Subinterfaces:
BinaryQueryResponseWriter, QueryResponseWriter, SolrEncoder, SolrEventListener, SolrFormatter, SolrFragListBuilder, SolrFragmenter
All Known Implementing Classes:
AbstractDefaultValueUpdateProcessorFactory, AbstractSolrEventListener, AddSchemaFieldsUpdateProcessorFactory, BinaryResponseWriter, BlockJoinChildQParserPlugin, BlockJoinParentQParserPlugin, BoostQParserPlugin, BreakIteratorBoundaryScanner, CachingDirectoryFactory, ClassicIndexSchemaFactory, CloneFieldUpdateProcessorFactory, CodecFactory, ConcatFieldUpdateProcessorFactory, CountFieldValuesUpdateProcessorFactory, CSVResponseWriter, DebugComponent, DefaultEncoder, DefaultValueUpdateProcessorFactory, DirectoryFactory, DisMaxQParserPlugin, DistributedUpdateProcessorFactory, DocIdAugmenterFactory, ElevatedMarkerFactory, EphemeralDirectoryFactory, ExcludedMarkerFactory, ExplainAugmenterFactory, ExtendedDismaxQParserPlugin, ExternalFileFieldReloader, FacetComponent, FieldLengthUpdateProcessorFactory, FieldMutatingUpdateProcessorFactory, FieldQParserPlugin, FieldValueSubsetUpdateProcessorFactory, FirstFieldValueUpdateProcessorFactory, FunctionQParserPlugin, FunctionRangeQParserPlugin, GapFragmenter, GeoDistValueSourceParser, HdfsDirectoryFactory, HighlightComponent, HtmlEncoder, HtmlFormatter, HTMLStripFieldUpdateProcessorFactory, IgnoreFieldUpdateProcessorFactory, IndexReaderFactory, IndexSchemaFactory, JoinQParserPlugin, JSONResponseWriter, LastFieldValueUpdateProcessorFactory, LogUpdateProcessorFactory, LuceneQParserPlugin, ManagedIndexSchemaFactory, MaxFieldValueUpdateProcessorFactory, MaxScoreQParserPlugin, MinFieldValueUpdateProcessorFactory, MMapDirectoryFactory, MoreLikeThisComponent, NestedQParserPlugin, NIOFSDirectoryFactory, NoOpDistributingUpdateProcessorFactory, NRTCachingDirectoryFactory, OldLuceneQParserPlugin, ParseBooleanFieldUpdateProcessorFactory, ParseDateFieldUpdateProcessorFactory, ParseDoubleFieldUpdateProcessorFactory, ParseFloatFieldUpdateProcessorFactory, ParseIntFieldUpdateProcessorFactory, ParseLongFieldUpdateProcessorFactory, ParseNumericFieldUpdateProcessorFactory, PHPResponseWriter, PHPSerializedResponseWriter, PreAnalyzedUpdateProcessorFactory, PrefixQParserPlugin, PythonResponseWriter, QParserPlugin, QueryComponent, QueryConverter, QueryElevationComponent, QuerySenderListener, RAMDirectoryFactory, RawQParserPlugin, RawResponseWriter, RealTimeGetComponent, RegexFragmenter, RegexpBoostProcessorFactory, RegexReplaceProcessorFactory, RemoveBlankFieldUpdateProcessorFactory, ResponseLogComponent, RubyResponseWriter, RunUpdateProcessorFactory, SchemaCodecFactory, SchemaXmlResponseWriter, ScoreOrderFragmentsBuilder, SearchComponent, ShardAugmenterFactory, SignatureUpdateProcessorFactory, SimpleBoundaryScanner, SimpleFragListBuilder, SimpleFragmentsBuilder, SimpleFSDirectoryFactory, SingleFragListBuilder, SolrBoundaryScanner, SolrCore.LazyQueryResponseWriterWrapper, SolrDeletionPolicy, SolrFragmentsBuilder, SpatialBoxQParserPlugin, SpatialFilterQParserPlugin, SpellCheckComponent, SpellingQueryConverter, StandardDirectoryFactory, StandardIndexReaderFactory, StatelessScriptUpdateProcessorFactory, StatsComponent, SuggestQueryConverter, SurroundQParserPlugin, SwitchQParserPlugin, TermQParserPlugin, TermsComponent, TermVectorComponent, TimestampUpdateProcessorFactory, TransformerFactory, TrimFieldUpdateProcessorFactory, TruncateFieldUpdateProcessorFactory, 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-2013 Apache Software Foundation. All Rights Reserved.