Uses of Class
org.apache.solr.handler.component.SearchComponent
-
Packages that use SearchComponent Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.search.join Classes related to joins. -
-
Uses of SearchComponent in org.apache.solr.core
Methods in org.apache.solr.core that return SearchComponent Modifier and Type Method Description SearchComponentSolrCore. getSearchComponent(String name)Methods in org.apache.solr.core that return types with arguments of type SearchComponent Modifier and Type Method Description PluginBag<SearchComponent>SolrCore. getSearchComponents()Accessor for all the Search Components -
Uses of SearchComponent in org.apache.solr.handler.component
Subclasses of SearchComponent in org.apache.solr.handler.component 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.classSpellCheckComponentA 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.Fields in org.apache.solr.handler.component with type parameters of type SearchComponent Modifier and Type Field Description List<SearchComponent>ResponseBuilder. componentsprotected List<SearchComponent>SearchHandler. componentsstatic Map<String,Class<? extends SearchComponent>>SearchComponent. standard_componentsMethods in org.apache.solr.handler.component that return types with arguments of type SearchComponent Modifier and Type Method Description List<SearchComponent>SearchHandler. getComponents()Constructor parameters in org.apache.solr.handler.component with type arguments of type SearchComponent Constructor Description ResponseBuilder(SolrQueryRequest req, SolrQueryResponse rsp, List<SearchComponent> components) -
Uses of SearchComponent in org.apache.solr.search.facet
Subclasses of SearchComponent in org.apache.solr.search.facet Modifier and Type Class Description classFacetModuleMethods in org.apache.solr.search.facet with parameters of type SearchComponent Modifier and Type Method Description voidFacetModule. modifyRequest(ResponseBuilder rb, SearchComponent who, ShardRequest sreq) -
Uses of SearchComponent in org.apache.solr.search.join
Subclasses of SearchComponent in org.apache.solr.search.join Modifier and Type Class Description classBlockJoinDocSetFacetComponentCalculates facets on children documents and aggregates hits by parent documents.classBlockJoinFacetComponentthis is just a stub refers toBlockJoinDocSetFacetComponentto avoid changes in configs
-