Package org.apache.solr.util.plugin
Interface NamedListInitializedPlugin
-
- All Known Subinterfaces:
BackupRepository,BinaryQueryResponseWriter,QueryResponseWriter,SolrEncoder,SolrEventListener,SolrFormatter,SolrFragListBuilder,SolrFragmenter
- All Known Implementing Classes:
AbstractDefaultValueUpdateProcessorFactory,AbstractSolrEventListener,AddSchemaFieldsUpdateProcessorFactory,AtomicUpdateProcessorFactory,BinaryResponseWriter,BlockJoinChildQParserPlugin,BlockJoinDocSetFacetComponent,BlockJoinFacetComponent,BlockJoinParentQParserPlugin,BoolQParserPlugin,BoostQParserPlugin,BreakIteratorBoundaryScanner,ByteBuffersDirectoryFactory,CachingDirectoryFactory,CdcrUpdateProcessorFactory,ChildDocTransformerFactory,ChildFieldValueSourceParser,ClassicIndexSchemaFactory,ClassificationUpdateProcessorFactory,CloneFieldUpdateProcessorFactory,CodecFactory,CollapsingQParserPlugin,ComplexPhraseQParserPlugin,ConcatFieldUpdateProcessorFactory,CountFieldValuesUpdateProcessorFactory,CSVResponseWriter,DebugComponent,DefaultEncoder,DefaultValueUpdateProcessorFactory,DirectoryFactory,DisMaxQParserPlugin,DistributedUpdateProcessorFactory,DocBasedVersionConstraintsProcessorFactory,DocExpirationUpdateProcessorFactory,DocIdAugmenterFactory,ElevatedMarkerFactory,EphemeralDirectoryFactory,ExcludedMarkerFactory,ExpandComponent,ExplainAugmenterFactory,ExportQParserPlugin,ExtendedDismaxQParserPlugin,ExternalFileFieldReloader,FacetComponent,FacetModule,FieldLengthUpdateProcessorFactory,FieldMutatingUpdateProcessorFactory,FieldNameMutatingUpdateProcessorFactory,FieldQParserPlugin,FieldValueSubsetUpdateProcessorFactory,FiltersQParserPlugin,FirstFieldValueUpdateProcessorFactory,FunctionQParserPlugin,FunctionRangeQParserPlugin,GapFragmenter,GeoDistValueSourceParser,GeoJSONResponseWriter,GeoTransformerFactory,GraphMLResponseWriter,GraphQParserPlugin,GraphTermsQParserPlugin,HashQParserPlugin,HdfsBackupRepository,HdfsDirectoryFactory,HighlightComponent,HtmlEncoder,HtmlFormatter,HTMLStripFieldUpdateProcessorFactory,IGainTermsQParserPlugin,IgnoreCommitOptimizeUpdateProcessorFactory,IgnoreFieldUpdateProcessorFactory,IgnoreLargeDocumentProcessorFactory,IndexReaderFactory,IndexSchemaFactory,JoinQParserPlugin,JSONResponseWriter,LastFieldValueUpdateProcessorFactory,LocalFileSystemRepository,LogUpdateProcessorFactory,LuceneQParserPlugin,ManagedIndexSchemaFactory,MaxFieldValueUpdateProcessorFactory,MaxScoreQParserPlugin,MinFieldValueUpdateProcessorFactory,MinHashQParserPlugin,MLTQParserPlugin,MMapDirectoryFactory,MoreLikeThisComponent,NestedQParserPlugin,NestedUpdateProcessorFactory,NIOFSDirectoryFactory,NoOpDistributingUpdateProcessorFactory,NRTCachingDirectoryFactory,ParseBooleanFieldUpdateProcessorFactory,ParseDateFieldUpdateProcessorFactory,ParseDoubleFieldUpdateProcessorFactory,ParseFloatFieldUpdateProcessorFactory,ParseIntFieldUpdateProcessorFactory,ParseLongFieldUpdateProcessorFactory,ParseNumericFieldUpdateProcessorFactory,PayloadCheckQParserPlugin,PayloadScoreQParserPlugin,PercentileAgg.Parser,PHPResponseWriter,PHPSerializedResponseWriter,PhrasesIdentificationComponent,PreAnalyzedUpdateProcessorFactory,PrefixQParserPlugin,PythonResponseWriter,QParserPlugin,QueryComponent,QueryConverter,QueryElevationComponent,QuerySenderListener,RAMDirectoryFactory,RawQParserPlugin,RawResponseWriter,RawValueTransformerFactory,RealTimeGetComponent,RecoveryStrategy.Builder,RegexFragmenter,RegexpBoostProcessorFactory,RegexReplaceProcessorFactory,RemoveBlankFieldUpdateProcessorFactory,ReRankQParserPlugin,ResponseLogComponent,RubyResponseWriter,RunUpdateProcessorFactory,SchemaCodecFactory,SchemaXmlResponseWriter,ScoreJoinQParserPlugin,ScoreOrderFragmentsBuilder,SearchComponent,ShardAugmenterFactory,SignatureUpdateProcessorFactory,SignificantTermsQParserPlugin,SimpleBoundaryScanner,SimpleFragListBuilder,SimpleFragmentsBuilder,SimpleFSDirectoryFactory,SimpleQParserPlugin,SimpleTextCodecFactory,SimpleUpdateProcessorFactory,SingleFragListBuilder,SkipExistingDocumentsProcessorFactory,SmileResponseWriter,SolrBoundaryScanner,SolrCoreParser,SolrDeletionPolicy,SolrFragmentsBuilder,SpatialBoxQParserPlugin,SpatialFilterQParserPlugin,SpellCheckComponent,SpellingQueryConverter,StandardDirectoryFactory,StandardIndexReaderFactory,StatelessScriptUpdateProcessorFactory,StatsComponent,SubQueryAugmenterFactory,SuggestComponent,SuggestQueryConverter,SurroundQParserPlugin,SwitchQParserPlugin,TemplateUpdateProcessorFactory,TermQParserPlugin,TermsComponent,TermsQParserPlugin,TermVectorComponent,TextLogisticRegressionQParserPlugin,TimestampUpdateProcessorFactory,TolerantUpdateProcessorFactory,TransformerFactory,TrimFieldUpdateProcessorFactory,TruncateFieldUpdateProcessorFactory,UniqFieldsUpdateProcessorFactory,UpdateRequestProcessorChain.LazyUpdateProcessorFactoryHolder.LazyUpdateRequestProcessorFactory,UpdateRequestProcessorFactory,URLClassifyProcessorFactory,UUIDUpdateProcessorFactory,ValueAugmenterFactory,ValueSourceParser,WeightedFragListBuilder,XmlQParserPlugin,XMLResponseWriter,XSLTResponseWriter
public interface NamedListInitializedPluginA plugin that can be initialized with a NamedList- Since:
- solr 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(NamedList args)
-
-
-
Method Detail
-
init
void init(NamedList args)
-
-