-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
1 parent
e7be812
commit 84f03d6
Showing
6 changed files
with
168 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
Расширение Elasticsearch для Yii 2 | ||
================================= | ||
# Расширение Elasticsearch для Yii 2 | ||
|
||
Расширение обеспечивает интеграцию [Elasticsearch](https://www.elastic.co/products/elasticsearch) в фреймворк Yii2. | ||
Включает в себя базовую поддержку запросов/поиска, а также реализует шаблон `ActiveRecord`, который позволяет сохранять активные записи в Elasticsearch. | ||
Включает в себя базовую поддержку запросов/поиска, а также реализует шаблон `ActiveRecord`, который позволяет сохранять | ||
активные записи в Elasticsearch. | ||
|
||
|
||
## Как начать | ||
|
||
Как начать | ||
---------- | ||
* [Установка](installation.md) | ||
|
||
Использование | ||
------------- | ||
* [Сопоставление данных и индексация](mapping-indexing.md) | ||
|
||
## Использование | ||
|
||
* [Структура данных и индексы](mapping-indexing.md) | ||
* [Использование Query](usage-query.md) | ||
* [Использование ActiveRecord](usage-ar.md) | ||
* [Использование ActiveRecord/ActiveQuery](usage-ar.md) | ||
* [Работа с провайдерами данных](usage-data-providers.md) | ||
|
||
Дополнительно | ||
------------- | ||
|
||
## Дополнительно | ||
|
||
* [Использование Elasticsearch DebugPanel](topics-debug.md) | ||
* Определение отношений с записями, чьи первичные ключи не являются частью атрибутов | ||
* Получение записей из разных индексов/типов |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,23 @@ | ||
Elasticsearch Extension for Yii 2 | ||
================================= | ||
# Elasticsearch Extension for Yii 2 | ||
|
||
This extension provides the [Elasticsearch](https://www.elastic.co/elasticsearch/) integration for the Yii2 framework. | ||
It includes basic querying/search support and also implements the `ActiveRecord` pattern that allows you to store active | ||
records in Elasticsearch. | ||
|
||
|
||
Getting Started | ||
--------------- | ||
## Getting Started | ||
|
||
* [Installation](installation.md) | ||
|
||
|
||
Usage | ||
----------------- | ||
## Usage | ||
|
||
* [Data Mapping & Indexing](mapping-indexing.md) | ||
* [Using the Query](usage-query.md) | ||
* [Using the ActiveRecord/ActiveQuery](usage-ar.md) | ||
* [Working with data providers](usage-data-providers.md) | ||
|
||
|
||
Additional topics | ||
----------------- | ||
## Additional topics | ||
|
||
* [Using the Elasticsearch DebugPanel](topics-debug.md) |
Oops, something went wrong.