Uses of Interface
org.apache.solr.core.SolrInfoBean
-
Packages that use SolrInfoBean Package Description org.apache.solr.cloud.autoscaling Package for classes related to autoscalingorg.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin SolrRequestHandlerimplementations for powering he Solr Admin UIorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.handler.tagger TheTaggerRequestHandlerand supporting classes.org.apache.solr.highlight SolrHighlighterAPI and related implementations and utilitiesorg.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's.org.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.search.function Solr implementations ofValueSourcefor function queries.org.apache.solr.search.join Classes related to joins.org.apache.solr.search.mlt APIs and classes for implementing MoreLikeThis (mlt) QueryParser.org.apache.solr.security Commonly used classes for Solr security framework.org.apache.solr.store.blockcache An HDFS blockcache implementation.org.apache.solr.store.hdfs An HDFS Directory implementation.org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.util.stats Utilities for collecting statistics -
-
Uses of SolrInfoBean in org.apache.solr.cloud.autoscaling
Classes in org.apache.solr.cloud.autoscaling that implement SolrInfoBean Modifier and Type Class Description classAutoScalingHandlerHandler for /cluster/autoscaling -
Uses of SolrInfoBean in org.apache.solr.core
Classes in org.apache.solr.core that implement SolrInfoBean Modifier and Type Class Description classSolrCoreSolrCore got its name because it represents the "core" of Solr -- one index and everything needed to make it work.Methods in org.apache.solr.core that return types with arguments of type SolrInfoBean Modifier and Type Method Description List<SolrInfoBean>SolrResourceLoader. getInfoMBeans()Map<String,SolrInfoBean>SolrCore. getInfoRegistry()Returns a Map of name vs SolrInfoBean objects.Methods in org.apache.solr.core with parameters of type SolrInfoBean Modifier and Type Method Description voidSolrCore. registerInfoBean(String name, SolrInfoBean solrInfoBean)Method parameters in org.apache.solr.core with type arguments of type SolrInfoBean Modifier and Type Method Description voidSolrResourceLoader. inform(Map<String,SolrInfoBean> infoRegistry)Register anySolrInfoBeans -
Uses of SolrInfoBean in org.apache.solr.handler
Classes in org.apache.solr.handler that implement SolrInfoBean Modifier and Type Class Description classAnalysisRequestHandlerBaseA base class for all analysis request handlers.classBlobHandlerclassCdcrRequestHandlerDeprecated.since 8.6classContentStreamHandlerBaseShares common code between various handlers that manipulateContentStreamobjects.classDocumentAnalysisRequestHandlerAn analysis handler that provides a breakdown of the analysis process of provided documents.classDumpRequestHandlerclassExportHandlerclassFieldAnalysisRequestHandlerProvides the ability to specify multiple field types and field names in the same request.classGraphHandlerSolr Request Handler for graph traversal with streaming functions that responds with GraphML markup.classMoreLikeThisHandlerSolr MoreLikeThis -- Return similar documents either based on a single document or based on posted text.classNotFoundRequestHandlerDoes nothing other than showing a 404 messageclassPingRequestHandlerPing Request Handler for reporting SolrCore health to a Load Balancer.classRealTimeGetHandlerclassReplicationHandlerA Handler which provides a REST API for replication and serves replication requests from Slaves.classRequestHandlerBaseclassSchemaHandlerclassSolrConfigHandlerclassSQLHandlerclassStandardRequestHandlerDeprecated.classStreamHandlerSolr Request Handler for streaming data.classUpdateRequestHandlerUpdateHandler that uses content-type to pick the right LoaderclassUpdateRequestHandlerApi -
Uses of SolrInfoBean in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement SolrInfoBean Modifier and Type Class Description classAutoscalingHistoryHandlerThis handler makes it easier to retrieve a history of autoscaling events from the .system collection.classCollectionsHandlerclassConfigSetsHandlerASolrRequestHandlerfor ConfigSets API requests.classCoreAdminHandlerclassHealthCheckHandlerHealth Check Handler for reporting the health of a specific node.classInfoHandlerclassLoggingHandlerA request handler to show which loggers are registered and allows you to set themclassLukeRequestHandlerThis handler exposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassMetricsHistoryHandlerCollects metrics from all nodes in the system on a regular basis in a background thread.classPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity Configuration Handler which works on standalone local filesclassSecurityConfHandlerZkSecurity Configuration Handler which works with ZookeeperclassSegmentsInfoRequestHandlerThis handler exposes information about last commit generation segmentsclassShowFileRequestHandlerThis handler uses the RawResponseWriter to give client access to files inside ${solr.home}/confclassSolrInfoMBeanHandlerA request handler that provides info about all registered SolrInfoMBeans.classSystemInfoHandlerThis handler returns system infoclassThreadDumpHandlerclassZookeeperInfoHandlerZookeeper InfoclassZookeeperStatusHandlerZookeeper Status handler, talks to ZK using sockets and four-letter words -
Uses of SolrInfoBean in org.apache.solr.handler.component
Classes in org.apache.solr.handler.component that implement SolrInfoBean Modifier and Type Class Description classDebugComponentAdds debugging information to a request.classExpandComponentThe ExpandComponent is designed to work with the CollapsingPostFilter.classFacetComponentComputes facets -- aggregations with counts of terms or ranges over the whole search results.classHighlightComponentTODO!classMoreLikeThisComponentTODO!classPhrasesIdentificationComponentA component that can be used in isolation, or in conjunction withQueryComponentto identify & score "phrases" found in the input string, based on shingles in indexed fields.classQueryComponentTODO!classQueryElevationComponentA component to elevate some documents to the top of the result set.classRealTimeGetComponentclassResponseLogComponentAdds to the log file the document IDs that are sent in the query response.classSearchComponentTODO!classSearchHandlerRefer SOLR-281classSpellCheckComponentA SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker.classStatsComponentStats component calculates simple statistics on numeric field valuesclassSuggestComponentSuggestComponent: interacts with multipleSolrSuggesterto serve up suggestions Responsible for routing commands and queries to the appropriateSolrSuggesterand for initializing them as specified by SolrConfigclassTermsComponentReturn TermEnum information, useful for things like auto suggest.classTermVectorComponentReturn term vectors for the documents in a query result set. -
Uses of SolrInfoBean in org.apache.solr.handler.tagger
Classes in org.apache.solr.handler.tagger that implement SolrInfoBean Modifier and Type Class Description classTaggerRequestHandlerScans posted text, looking for matching strings in the Solr index. -
Uses of SolrInfoBean in org.apache.solr.highlight
Subinterfaces of SolrInfoBean in org.apache.solr.highlight Modifier and Type Interface Description interfaceSolrEncoderinterfaceSolrFormatterinterfaceSolrFragListBuilderinterfaceSolrFragmenterClasses in org.apache.solr.highlight that implement SolrInfoBean Modifier and Type Class Description classBreakIteratorBoundaryScannerclassDefaultEncoderUse theDefaultEncoderclassGapFragmenterclassHighlightingPluginBaseclassHtmlEncoderUse theSimpleHTMLEncoderclassHtmlFormatterUse theSimpleHTMLFormatterclassRegexFragmenterFragmenterthat tries to produce snippets that "look" like a regular expression.classScoreOrderFragmentsBuilderclassSimpleBoundaryScannerclassSimpleFragListBuilderclassSimpleFragmentsBuilderclassSingleFragListBuilderclassSolrBoundaryScannerclassSolrFragmentsBuilderclassWeightedFragListBuilder -
Uses of SolrInfoBean in org.apache.solr.metrics
Methods in org.apache.solr.metrics with parameters of type SolrInfoBean Modifier and Type Method Description com.codahale.metrics.CounterSolrMetricManager. counter(SolrInfoBean info, String registry, String metricName, String... metricPath)Create or get an existing namedCountercom.codahale.metrics.CounterSolrMetricsContext. counter(SolrInfoBean info, String metricName, String... metricPath)Convenience method forSolrMetricManager.counter(SolrInfoBean, String, String, String...).voidSolrMetricsContext. gauge(SolrInfoBean info, com.codahale.metrics.Gauge<?> gauge, boolean force, String metricName, String... metricPath)Convenience method forSolrMetricManager.registerGauge(SolrInfoBean, String, Gauge, String, boolean, String, String...).com.codahale.metrics.HistogramSolrMetricManager. histogram(SolrInfoBean info, String registry, String metricName, String... metricPath)Create or get an existing namedHistogramcom.codahale.metrics.HistogramSolrMetricsContext. histogram(SolrInfoBean info, String metricName, String... metricPath)Convenience method forSolrMetricManager.histogram(SolrInfoBean, String, String, String...).com.codahale.metrics.MeterSolrMetricManager. meter(SolrInfoBean info, String registry, String metricName, String... metricPath)Create or get an existing namedMetercom.codahale.metrics.MeterSolrMetricsContext. meter(SolrInfoBean info, String metricName, String... metricPath)Convenience method forSolrMetricManager.meter(SolrInfoBean, String, String, String...).voidSolrMetricManager. registerGauge(SolrInfoBean info, String registry, com.codahale.metrics.Gauge<?> gauge, String tag, boolean force, String metricName, String... metricPath)voidSolrMetricManager. registerMetric(SolrInfoBean info, String registry, com.codahale.metrics.Metric metric, boolean force, String metricName, String... metricPath)Register an instance ofMetric.com.codahale.metrics.TimerSolrMetricManager. timer(SolrInfoBean info, String registry, String metricName, String... metricPath)Create or get an existing namedTimercom.codahale.metrics.TimerSolrMetricsContext. timer(SolrInfoBean info, String metricName, String... metricPath)Convenience method forSolrMetricManager.meter(SolrInfoBean, String, String, String...). -
Uses of SolrInfoBean in org.apache.solr.request
Subinterfaces of SolrInfoBean in org.apache.solr.request Modifier and Type Interface Description interfaceSolrRequestHandlerImplementations ofSolrRequestHandlerare called to handle query requests. -
Uses of SolrInfoBean in org.apache.solr.search
Subinterfaces of SolrInfoBean in org.apache.solr.search Modifier and Type Interface Description interfaceSolrCache<K,V>Primary API for dealing with Solr's internal caches.Classes in org.apache.solr.search that implement SolrInfoBean Modifier and Type Class Description classBoolQParserPluginCreate a boolean query from sub queries.classBoostQParserPluginCreate a boosted query from the input value.classCaffeineCache<K,V>A SolrCache backed by the Caffeine caching library [1].classCollapsingQParserPluginThe CollapsingQParserPlugin is a PostFilter that performs field collapsing.classComplexPhraseQParserPluginParse Solr's variant on the LuceneComplexPhraseQueryParsersyntax.classDisMaxQParserPluginCreate a dismax query from the input value.classExportQParserPluginclassExtendedDismaxQParserPluginAn advanced multi-field query parser based on the DisMax parser.classFastLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classFieldQParserPluginCreate a field query from the input value, applying text analysis and constructing a phrase query if appropriate.classFunctionQParserPluginCreate a function query from the input value.classFunctionRangeQParserPluginCreate a range query over a function.classGraphTermsQParserPluginThe GraphTermsQuery builds a disjunction query from a list of terms.classHashQParserPluginsyntax fq={!hash workers=11 worker=4 keys=field1,field2}classIGainTermsQParserPluginclassJoinQParserPluginclassLFUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classLRUCache<K,V>Deprecated.This cache implementation is deprecated and will be removed in Solr 9.0.classLuceneQParserPluginParse Solr's variant on the Lucene QueryParser syntax.classMaxScoreQParserPluginParses a query like Lucene query parser, but scoring with max score, not sum
Accepts the "tie" request parameter as with dismax.classMinHashQParserPluginQParserPluginbased onMinHashQParser.classNestedQParserPluginCreate a nested query, with the ability of that query to redefine its type via local parameters.classPayloadCheckQParserPluginclassPayloadScoreQParserPluginCreates a PayloadScoreQuery wrapping a SpanQuery created from the input value, applying text analysis and constructing SpanTermQuery or SpanNearQuery based on number of terms.classPrefixQParserPluginCreate a prefix query from the input value.classQParserPluginclassRankQParserPluginRankQParserPlugincan be used to introduce document-depending scoring factors to ranking.classRawQParserPluginCreate a term query from the input value without any text analysis or transformation whatsoever.classReRankQParserPluginclassSignificantTermsQParserPluginclassSimpleQParserPluginCreate a query from the input value that will be parsed by Lucene's SimpleQueryParser.classSolrFieldCacheBeanA SolrInfoBean that provides introspection of the Solr FieldCacheclassSolrIndexSearcherSolrIndexSearcher adds schema awareness and caching functionality overIndexSearcher.classSpatialBoxQParserPluginclassSpatialFilterQParserPluginCreates a spatial Filter based on the type of spatial point used.classSurroundQParserPluginPlugin for lucene/contrib Surround query parser, bringing SpanQuery support to Solr.classSwitchQParserPluginA QParserPlugin that acts like a "switch/case" statement.classTermQParserPluginCreate a single term query from the input value equivalent to readableToIndexed().classTermsQParserPluginFinds documents whose specified field has any of the specified values.classTextLogisticRegressionQParserPluginReturns an AnalyticsQuery implementation that performs one Gradient Descent iteration of a result set to train a logistic regression model The TextLogitStream provides the parallel iterative framework for this class.classXmlQParserPluginTheXmlQParserPluginextends theQParserPluginand supports the creation of queries from XML. -
Uses of SolrInfoBean in org.apache.solr.search.facet
Classes in org.apache.solr.search.facet that implement SolrInfoBean Modifier and Type Class Description classFacetModule -
Uses of SolrInfoBean in org.apache.solr.search.function
Classes in org.apache.solr.search.function that implement SolrInfoBean Modifier and Type Class Description static classFileFloatSource.ReloadCacheRequestHandler -
Uses of SolrInfoBean in org.apache.solr.search.join
Classes in org.apache.solr.search.join that implement SolrInfoBean Modifier and Type Class Description classBlockJoinChildQParserPluginUsage: {!child of="PARENT:true"}PARENT_PRICE:10classBlockJoinDocSetFacetComponentDeprecated.This functionality is considered deprecated and will be removed at 9.0 Users are encouraged to use"uniqueBlock(\_root_)"aggregation under"terms"facet and"domain": { "blockChildren":...}classBlockJoinFacetComponentDeprecated.This functionality is considered deprecated and will be removed at 9.0 Users are encouraged to use"uniqueBlock(\_root_)"aggregation under"terms"facet and"domain": { "blockChildren":...}classBlockJoinParentQParserPluginUsage: {!parent which="PARENT:true"}CHILD_PRICE:10 supports optionalscoreparameter with one ofScoreModevalues: None,Avg,Total,Min,Max.classFiltersQParserPluginclassGraphQParserPluginQuery parser plugin for solr to wrap the graph query parser.classHashRangeQParserPluginMatches documents where the specified field hashes to a value within the given range.classScoreJoinQParserPluginCreate a query-time join query with scoring. -
Uses of SolrInfoBean in org.apache.solr.search.mlt
Classes in org.apache.solr.search.mlt that implement SolrInfoBean Modifier and Type Class Description classMLTQParserPluginUsage: {!mlt qf=queryField1,queryField2}uniqueId -
Uses of SolrInfoBean in org.apache.solr.security
Classes in org.apache.solr.security that implement SolrInfoBean Modifier and Type Class Description classAuditLoggerPluginBase class for Audit logger plugins.classAuthenticationPluginclassBasicAuthPluginclassConfigurableInternodeAuthHadoopPluginThis class extends HadoopAuthPlugin by enabling configuration of authentication mechanism for Solr internal communication.classHadoopAuthPluginThis class implements a generic plugin which can use authentication schemes exposed by the Hadoop framework.classJWTAuthPluginAuthenticaion plugin that finds logged in user by validating the signature of a JWT tokenclassKerberosPluginclassMultiDestinationAuditLoggerAudit logger that chains other loggers.classPKIAuthenticationPluginclassPublicKeyHandlerclassSolrLogAuditLoggerPluginAudit logger that writes to the Solr log. -
Uses of SolrInfoBean in org.apache.solr.store.blockcache
Classes in org.apache.solr.store.blockcache that implement SolrInfoBean Modifier and Type Class Description classMetricsASolrInfoBeanthat provides metrics on block cache operations. -
Uses of SolrInfoBean in org.apache.solr.store.hdfs
Classes in org.apache.solr.store.hdfs that implement SolrInfoBean Modifier and Type Class Description classHdfsLocalityReporterDeprecated.since 8.6 -
Uses of SolrInfoBean in org.apache.solr.update
Classes in org.apache.solr.update that implement SolrInfoBean Modifier and Type Class Description classDirectUpdateHandler2DirectUpdateHandler2implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.classUpdateHandlerUpdateHandlerhandles requests to change the index (adds, deletes, commits, optimizes, etc).classUpdateShardHandler -
Uses of SolrInfoBean in org.apache.solr.util.stats
Methods in org.apache.solr.util.stats with parameters of type SolrInfoBean Modifier and Type Method Description static ExecutorServiceMetricUtils. instrumentedExecutorService(ExecutorService delegate, SolrInfoBean info, com.codahale.metrics.MetricRegistry metricRegistry, String scope)Returns an instrumented wrapper over the given executor service.
-