cpoerschke commented on code in PR #3038: URL: https://github.com/apache/solr/pull/3038#discussion_r1919823669
########## solr/solr-ref-guide/modules/query-guide/pages/result-clustering.adoc: ########## @@ -459,7 +459,7 @@ Ideally, the engine should translate (or understand) the content of documents an In reality, clustering algorithms are typically much simpler -- they infer similarity between documents from statistical properties of terms and phrases that occur in those documents. So texts written in different languages will not cluster too well. -To deal witht his situation the default clustering component implementation in Solr will try to first group all documents by their language and then apply clustering to each sub-group in that language. +To deal with his situation the default clustering component implementation in Solr will try to first group all documents by their language and then apply clustering to each sub-group in that language. Review Comment: ```suggestion To deal with this situation the default clustering component implementation in Solr will try to first group all documents by their language and then apply clustering to each sub-group in that language. ``` -- 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. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org