PHPackages                             cmsig/seal-solr-adapter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. cmsig/seal-solr-adapter

ActiveLibrary[Search &amp; Filtering](/categories/search)

cmsig/seal-solr-adapter
=======================

An adapter to support apache solr in cmsig/seal search abstraction.

0.12.11(1mo ago)221610MITPHPPHP ^8.1

Since May 11Pushed 1w ago1 watchersCompare

[ Source](https://github.com/PHP-CMSIG/seal-solr-adapter)[ Packagist](https://packagist.org/packages/cmsig/seal-solr-adapter)[ Fund](https://paypal.me/L91)[ GitHub Sponsors](https://github.com/alexander-schranz)[ RSS](/packages/cmsig-seal-solr-adapter/feed)WikiDiscussions 0.12 Synced 3w ago

READMEChangelogDependencies (30)Versions (31)Used By (10)

> **Note**: This is part of the `cmsig/search` project create issues in the [main repository](https://github.com/php-cmsig/search).

---

  **Your feedback is important 📘**
 [Are you working with SEAL? Let us know!](https://github.com/PHP-CMSIG/search/discussions/416) | [Which Search Engines do you use and why?](https://github.com/PHP-CMSIG/search/discussions/457)

 [![SEAL Logo with an abstract seal sitting on a telescope.](https://avatars.githubusercontent.com/u/120221538?s=400&v=6)](https://avatars.githubusercontent.com/u/120221538?s=400&v=6)

Logo created by [Meine Wilma](https://cargocollective.com/meinewilma)

SEAL
 Solr Adapter
===================

[](#seal--solr-adapter)

The `SolrAdapter` write the documents into a [Apache Solr](https://github.com/apache/solr) server instance. The Apache Solr server is running in the [`cloud mode`](https://solr.apache.org/guide/solr/latest/getting-started/tutorial-solrcloud.html) as we require to use collections for indexes.

> **Note**: This project is heavily under development and any feedback is greatly appreciated.

Installation
------------

[](#installation)

Use [composer](https://getcomposer.org/) for install the package:

```
composer require cmsig/seal cmsig/seal-solr-adapter
```

Usage.
------

[](#usage)

The following code shows how to create an Engine using this Adapter:

```
