-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Index Templates support #916
Comments
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Aug 5, 2015
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Aug 5, 2015
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Aug 5, 2015
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Aug 6, 2015
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Aug 6, 2015
2 tasks
oleg-andreyev
pushed a commit
to oleg-andreyev/FOSElasticaBundle
that referenced
this issue
Jul 18, 2016
Closed via #917 |
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Jan 24, 2019
dbalabka
added a commit
to dbalabka/FOSElasticaBundle
that referenced
this issue
Jan 30, 2019
� Conflicts: � tests/Unit/DependencyInjection/ConfigurationTest.php � tests/Unit/Elastica/ClientTest.php
XWB
pushed a commit
that referenced
this issue
Jan 31, 2019
* Initial implementation of index template support #916 � Conflicts: � tests/Unit/DependencyInjection/ConfigurationTest.php � tests/Unit/Elastica/ClientTest.php * Minor fixes * Added documentation about index templates
oleg-andreyev
pushed a commit
to oleg-andreyev/FOSElasticaBundle
that referenced
this issue
Apr 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from Elastica version 1.1 it supports index templates:
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html
This functionality support is missing in FOSElasticaBundle and it will be great to implement it.
The text was updated successfully, but these errors were encountered: