mirror of https://github.com/apache/lucene.git
7b54902f68
* SOLR-14588: Implement Circuit Breakers This commit consists of two parts: initial circuit breakers infrastructure and real JVM memory based circuit breaker which monitors incoming search requests and rejects them with SERVICE_TOO_BUSY error if the defined threshold is breached, thus giving headroom to existing indexing and search requests to complete. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
build.gradle | ||
build.xml | ||
ivy.xml |
README.md
The Clustering contrib plugin for Solr provides a generic mechanism for plugging in third party clustering implementations. It currently provides clustering support for search results using the Carrot2 project.
See https://lucene.apache.org/solr/guide/result-clustering for how to get started.