forked from pmishev/ElasticsearchBundle
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,21 @@ | ||
# ElasticsearchBundle | ||
Integration of default Elasticsearch client with Symfony2 | ||
# Sineflow Elasticsearch Bundle for Symfony | ||
|
||
WARNING: This bundle is under heavy development, NOT tested, and NOT production ready! | ||
This bundle was initially based on the [elasticsearch bundle by ONGR.io](https://github.com/ongr-io/ElasticsearchBundle), however a different vision about how some things are handled, and some additional core requirements eventually turned it into a separate project. | ||
|
||
## Key points | ||
|
||
- Uses the official [elasticsearch-php](https://github.com/elastic/elasticsearch-php) client | ||
- Integrates with Symfony 2.7+ and Symfony 3+ | ||
- Uses Doctrine-like entity declarations for Elasticsearch documents | ||
- Supports multilanguage documents | ||
- Supports searching in multiple types and indices | ||
- Supports zero-time reindexing by utilizing read and write index aliases | ||
- Supports data providers for synchronizing Elasticsearch indices with an external data source such as Doctrine | ||
|
||
## Documentation | ||
|
||
Installation instructions and documentation of the bundle can be found [here](Resources/doc/index.md). | ||
|
||
## License | ||
|
||
This bundle is licensed under the MIT license. Please, see the complete license in the [LICENSE](LICENSE) file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters