This Drupal module extends the functionality of the Solr Search API, allowing distributed searches across multiple cores, with compatibility for facets. This helps to enable efficient and scalable searches across distributed systems.
**Features**
- Distributed searches across multiple Solr cores.
- Compatibility with facets in distributed searches.
- Extends the Search API Solr module with the shard functionality.
This project requires Drupal core and the [Search API Solr](https://www.drupal.org/project/search_api_solr) module. No additional dependencies are needed.
## Installation
Install as you would normally install a contributed Drupal module. For further information, see