Interface SolrInfoBean

All Superinterfaces:
AutoCloseable, SolrMetricProducer
All Known Subinterfaces:
SolrCache<K,V>, SolrRequestHandler
All Known Implementing Classes:
ActiveTasksListComponent, ActiveTasksListHandler, AnalysisRequestHandlerBase, AuditLoggerPlugin, AuthenticationPlugin, BasicAuthPlugin, CaffeineCache, CertAuthPlugin, CollectionsHandler, ConfigSetsHandler, ContentStreamHandlerBase, CoreAdminHandler, DebugComponent, DirectUpdateHandler2, DocumentAnalysisRequestHandler, DumpRequestHandler, ExactSharedStatsCache, ExactStatsCache, ExpandComponent, ExportHandler, FacetComponent, FacetModule, FieldAnalysisRequestHandler, GraphHandler, HealthCheckHandler, HighlightComponent, InfoHandler, LocalStatsCache, LoggingHandler, LRUStatsCache, LukeRequestHandler, Metrics, MetricsHandler, MoreLikeThisComponent, MoreLikeThisHandler, MultiAuthPlugin, MultiDestinationAuditLogger, NotFoundRequestHandler, OverseerCollectionConfigSetProcessor, OverseerTaskProcessor, PhrasesIdentificationComponent, PingRequestHandler, PKIAuthenticationPlugin, PropertiesRequestHandler, PublicKeyHandler, QueryCancellationComponent, QueryCancellationHandler, QueryComponent, QueryElevationComponent, RealTimeGetComponent, RealTimeGetHandler, ReplicationHandler, RequestHandlerBase, ResponseLogComponent, SchemaHandler, SearchComponent, SearchHandler, SecurityConfHandler, SecurityConfHandlerLocal, SecurityConfHandlerZk, SegmentsInfoRequestHandler, ShowFileRequestHandler, SolrConfigHandler, SolrCore, SolrFieldCacheBean, SolrIndexSearcher, SolrLogAuditLoggerPlugin, SpellCheckComponent, StandardRequestHandler, StatsCache, StatsComponent, StreamHandler, SuggestComponent, SyntheticSolrCore, SystemInfoHandler, TaggerRequestHandler, TaskManagementHandler, TermsComponent, TermVectorComponent, ThreadDumpHandler, UpdateHandler, UpdateRequestHandler, UpdateShardHandler, V2UpdateRequestHandler, 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.
  • Method Details

    • 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