-
-
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.
Improve Russian docs (#200) [skip ci]
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 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,23 +1,22 @@ | ||
Расширение Elasticsearch для Yii 2 | ||
================================= | ||
|
||
Это расширение обеспечивает интеграцию [Elasticsearch](https://www.elastic.co/products/elasticsearch) в фреймворк Yii2. | ||
Включает в себя базовую поддержку запросов/поиска а также реализует шаблон `ActiveRecord`, который позволяет сохранять активные записи в Elasticsearch. | ||
Расширение обеспечивает интеграцию [Elasticsearch](https://www.elastic.co/products/elasticsearch) в фреймворк Yii2. | ||
Включает в себя базовую поддержку запросов/поиска, а также реализует шаблон `ActiveRecord`, который позволяет сохранять активные записи в Elasticsearch. | ||
|
||
Как начать | ||
--------------- | ||
|
||
---------- | ||
* [Установка](installation.md) | ||
|
||
Использование | ||
----- | ||
------------- | ||
* [Сопоставление данных и индексация](mapping-indexing.md) | ||
* [Использование Query](usage-query.md) | ||
* [Использование ActiveRecord](usage-ar.md) | ||
* [Работа с провайдерами данных](usage-data-providers.md) | ||
|
||
Дополнительно | ||
----------------- | ||
------------- | ||
* [Использование Elasticsearch DebugPanel](topics-debug.md) | ||
* Определение отношений с записями, чьи первичные ключи не являются частью атрибутов | ||
* Получение записей из разных индексов/типов |