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. -
-
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 classActiveTasksListComponentList the active tasks that can be cancelledclassDebugComponentAdds 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 requestsclassQueryComponentTODO!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 static List<SearchComponent>TaskManagementHandler. buildComponentsList()List<SearchComponent>SearchHandler. getComponents()Method parameters in org.apache.solr.handler.component with type arguments of type SearchComponent Modifier and Type Method Description static ResponseBuilderTaskManagementHandler. buildResponseBuilder(SolrQueryRequest req, SolrQueryResponse rsp, List<SearchComponent> components)protected ResponseBuilderSearchHandler. newResponseBuilder(SolrQueryRequest req, SolrQueryResponse rsp, List<SearchComponent> components)Override this method if you require a customResponseBuildere.g.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)
-