dsmiley commented on a change in pull request #1581: URL: https://github.com/apache/lucene-solr/pull/1581#discussion_r441014049
########## File path: solr/solr-ref-guide/src/requesthandlers-and-searchcomponents-in-solrconfig.adoc ########## @@ -169,3 +169,14 @@ Many of the other useful components are described in sections of this Guide for * `TermVectorComponent`, described in the section <<the-term-vector-component.adoc#the-term-vector-component,The Term Vector Component>>. * `QueryElevationComponent`, described in the section <<the-query-elevation-component.adoc#the-query-elevation-component,The Query Elevation Component>>. * `TermsComponent`, described in the section <<the-terms-component.adoc#the-terms-component,The Terms Component>>. +* `RealTimeGetComponent`, described in the section <<realtime-get.adoc#realtime-get,RealTime Get>>. +* `ClusteringComponent`, described in the section <<result-clustering.adoc#result-clustering,Result Clustering>>. +* `SuggestComponent`, described in the section <<suggester.adoc#suggester,Suggester>>. +* `AnalyticsComponent`, described in the section <<analytics.adoc#analytics,Analytics>>. + +Other components that ship with Solr include: + +* `ResponseLogComponent`, used to record which documents are returned to the user via the Solr log, described in the {solr-javadocs}solr-core/org/apache/solr/handler/component/ResponseLogComponent.html[ResponseLogComponent] javadocs. +* `PhrasesIdentificationComponent`, used to identify & score "phrases" found in the input string, based on shingles in indexed fields, described in the {solr-javadocs}solr-core/org/apache/solr/handler/component/PhrasesIdentificationComponent.html[PhrasesIdentificationComponent] javadocs. + +Lastly, you may be interested in some other components created by the community and listed on the https://solr.cool/#searchcomponents[Solr Cool] website. Review comment: Yeah let's separate external plugin advocacy to another issue and address that comprehensively. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org