Package org.apache.solr.core
Interface SolrInfoBean
-
- All Superinterfaces:
AutoCloseable,SolrMetricProducer
- All Known Subinterfaces:
SolrCache<K,V>,SolrEncoder,SolrFormatter,SolrFragListBuilder,SolrFragmenter,SolrRequestHandler
- All Known Implementing Classes:
ActiveTasksListComponent,ActiveTasksListHandler,AnalysisRequestHandlerBase,AuditLoggerPlugin,AuthenticationPlugin,BasicAuthPlugin,BlobHandler,BlockJoinChildQParserPlugin,BlockJoinParentQParserPlugin,BoolQParserPlugin,BoostQParserPlugin,BreakIteratorBoundaryScanner,CaffeineCache,CertAuthPlugin,CollapsingQParserPlugin,CollectionsHandler,ComplexPhraseQParserPlugin,ConfigSetsHandler,ContentStreamHandlerBase,CoreAdminHandler,DebugComponent,DefaultEncoder,DirectUpdateHandler2,DisMaxQParserPlugin,DocumentAnalysisRequestHandler,DumpRequestHandler,ExpandComponent,ExportHandler,ExportQParserPlugin,ExtendedDismaxQParserPlugin,FacetComponent,FacetModule,FieldAnalysisRequestHandler,FieldQParserPlugin,FileFloatSource.ReloadCacheRequestHandler,FiltersQParserPlugin,FunctionQParserPlugin,FunctionRangeQParserPlugin,GapFragmenter,GraphHandler,GraphQParserPlugin,GraphTermsQParserPlugin,HashQParserPlugin,HashRangeQParserPlugin,HealthCheckHandler,HighlightComponent,HighlightingPluginBase,HtmlEncoder,HtmlFormatter,IGainTermsQParserPlugin,InfoHandler,JoinQParserPlugin,KnnQParserPlugin,LoggingHandler,LuceneQParserPlugin,LukeRequestHandler,MaxScoreQParserPlugin,MetricsCollectorHandler,MetricsHandler,MinHashQParserPlugin,MLTContentQParserPlugin,MLTQParserPlugin,MoreLikeThisComponent,MoreLikeThisHandler,MultiAuthPlugin,MultiDestinationAuditLogger,NestedQParserPlugin,NotFoundRequestHandler,PayloadCheckQParserPlugin,PayloadScoreQParserPlugin,PhrasesIdentificationComponent,PingRequestHandler,PKIAuthenticationPlugin,PluginInfoHandler,PrefixQParserPlugin,PropertiesRequestHandler,PublicKeyHandler,QParserPlugin,QueryCancellationComponent,QueryCancellationHandler,QueryComponent,QueryElevationComponent,RankQParserPlugin,RawQParserPlugin,RealTimeGetComponent,RealTimeGetHandler,RegexFragmenter,ReplicationHandler,RequestHandlerBase,ReRankQParserPlugin,ResponseLogComponent,SchemaHandler,ScoreJoinQParserPlugin,ScoreOrderFragmentsBuilder,SearchComponent,SearchHandler,SecurityConfHandler,SecurityConfHandlerLocal,SecurityConfHandlerZk,SegmentsInfoRequestHandler,ShowFileRequestHandler,SignificantTermsQParserPlugin,SimpleBoundaryScanner,SimpleFragListBuilder,SimpleFragmentsBuilder,SimpleQParserPlugin,SingleFragListBuilder,SolrBoundaryScanner,SolrConfigHandler,SolrCore,SolrFieldCacheBean,SolrFragmentsBuilder,SolrIndexSearcher,SolrInfoMBeanHandler,SolrLogAuditLoggerPlugin,SpatialBoxQParserPlugin,SpatialFilterQParserPlugin,SpellCheckComponent,StandardRequestHandler,StatsComponent,StreamHandler,SuggestComponent,SurroundQParserPlugin,SwitchQParserPlugin,SystemInfoHandler,TaggerRequestHandler,TaskManagementHandler,TermQParserPlugin,TermsComponent,TermsQParserPlugin,TermVectorComponent,TextLogisticRegressionQParserPlugin,ThreadDumpHandler,UpdateHandler,UpdateRequestHandler,UpdateShardHandler,V2UpdateRequestHandler,WeightedFragListBuilder,XmlQParserPlugin,ZookeeperInfoHandler,ZookeeperStatusHandler
public interface SolrInfoBean extends SolrMetricProducer
Interface for getting various ui friendly strings for use by objects which are 'pluggable' to make server administration easier.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSolrInfoBean.CategoryCategory of Solr component.static classSolrInfoBean.GroupTop-level group of beans or metrics for a subsystem.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrInfoBean.CategorygetCategory()Category of this componentStringgetDescription()Simple one or two line descriptionStringgetName()Simple common usage name, e.g.-
Methods inherited from interface org.apache.solr.metrics.SolrMetricProducer
close, getSolrMetricsContext, initializeMetrics
-
-
-
-
Method Detail
-
getName
String getName()
Simple common usage name, e.g. BasicQueryHandler, or fully qualified class name.
-
getDescription
String getDescription()
Simple one or two line description
-
getCategory
SolrInfoBean.Category getCategory()
Category of this component
-
-