Uses of Interface
org.apache.solr.core.SolrInfoBean
-
Packages that use SolrInfoBean Package Description org.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.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.search.neural APIs and classes for implementing Neural (Dense Retrieval) QueryParsers.org.apache.solr.security Commonly used classes for Solr security framework.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.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.classSyntheticSolrCoreA synthetic core that is created only in memory and not registered against Zookeeper.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.classBlobHandlerDeprecated.Please useFileStore.classContentStreamHandlerBaseShares 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 --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 Followers.classRequestHandlerBaseBase class for all request handlers.classSchemaHandlerclassSolrConfigHandlerclassStandardRequestHandlerDeprecated.classStreamHandlerSolr Request Handler for streaming data.classUpdateRequestHandlerUpdateHandler that uses content-type to pick the right LoaderclassV2UpdateRequestHandlerAn extension ofUpdateRequestHandlerused solely to register the v2 /update APIs -
Uses of SolrInfoBean in org.apache.solr.handler.admin
Classes in org.apache.solr.handler.admin that implement SolrInfoBean Modifier and Type Class Description 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 themclassLukeRequestHandlerExposes the internal lucene index.classMetricsCollectorHandlerHandler to collect and aggregate metric reports.classMetricsHandlerRequest handler to return metricsclassPluginInfoHandlerclassPropertiesRequestHandlerclassSecurityConfHandlerclassSecurityConfHandlerLocalSecurity 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 classActiveTasksListComponentList the active tasks that can be cancelledclassActiveTasksListHandlerHandles request for listing all active cancellable tasksclassDebugComponentAdds 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.classHighlightComponentHighlights query words in the search results.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.classQueryCancellationComponentResponsible for handling query cancellation requestsclassQueryCancellationHandlerHandles requests for query cancellation for cancellable queriesclassQueryComponentTODO!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 SolrConfigclassTaskManagementHandlerAbstract class which serves as the root of all task managing handlersclassTermsComponentReturn 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.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.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.classFuzzyQParserPluginPlugin for parsing and creating LuceneFuzzyQuerys with all customizations available.classGraphTermsQParserPluginThe GraphTermsQuery builds a disjunction query from a list of terms.classHashQParserPluginsyntax fq={!hash workers=11 worker=4 keys=field1,field2}classIGainTermsQParserPluginclassJoinQParserPluginclassLuceneQParserPluginParse 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 aPayloadScoreQuerywrapping 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 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 modelclassXmlQParserPluginTheXmlQParserPluginextends 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:10classBlockJoinParentQParserPluginUsage: {!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 classMLTContentQParserPluginclassMLTQParserPluginUsage: {!mlt qf=queryField1,queryField2}uniqueId -
Uses of SolrInfoBean in org.apache.solr.search.neural
Classes in org.apache.solr.search.neural that implement SolrInfoBean Modifier and Type Class Description classKnnQParserPluginA neural query parser to run K-nearest neighbors search on Dense Vector fields.classVectorSimilarityQParserPluginA neural query parser to run min-similarity search on Dense Vector fields. -
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.classAuthenticationPluginclassBasicAuthPluginclassCertAuthPluginAn authentication plugin that sets principal based on the certificate subjectclassMultiAuthPluginAuthentication plugin that supports multiple Authorization schemes, such as Bearer and Basic.classMultiDestinationAuditLoggerAudit logger that chains other loggers.classPKIAuthenticationPluginclassPublicKeyHandlerclassSolrLogAuditLoggerPluginAudit logger that writes to the Solr log. -
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.
-