Elasticsearch and Symfony, export with the Scan/Scroll functions
Lire la version française Elasticsearch allows you to make advanced searches. Some users may want to extract their search results to Excel (or LibreOffice Calc…) to work on the data. As we explained in...
View ArticleElasticsearch : Recherche avancée et objets imbriqués (nested)
Dans un système de données non relationnel, ce qui peut manquer ce sont les jointures. Heureusement, Elasticsearch propose des solutions pour répondre à différents besoins : Array Type Lire l’article...
View ArticleIndexation avancée avec FOSElasticabundle (ModelToElasticaTransformer)
Read the English version La configuration XML du FOSElasticaBundle est très performante. Il existe quelques rares cas ou cela ne s’avère pas suffisant. Pour résoudre ce problème, FOS permet de...
View ArticleElasticsearch and Symfony : hydrating objects thanks to Transformers
Lire la version française When and why hydrating objects thanks to Transformers? When you use Elasticsearch and the FosElasticaBundle Finders, the responses received from Elasticsearch are...
View ArticleAdvanced indexing with FOSElasticaBundle (ModelToElasticaTransformer)
Lire la version française The XML configuration for FOSElasticaBundle is powerful, but in some cases this is not enough. In order to solve this, FOS allows you to override the transformation from...
View ArticleElasticsearch : Advanced search and nested objects
Lire la version française In a non relational database system, joins can miss. Fortunately, Elasticsearch provides solutions to meet these needs : Array Type Read the doc on elasticsearch.org As its...
View ArticleHow to sort and paginate a list with Symfony and Elasticsearch
In this post, we’re going to sort and paginate our articles list with Symfony, Elasticsearch and the WhiteOctoberPageFantaBundle. Paginate with Symfony is as easy as adding some properties to our...
View ArticleTrier et paginer une liste avec Elasticsearch et Symfony
Read the English version Dans cet article, nous allons trier et paginer notre liste d’articles avec Elasticsearch, Symfony et le WhiteOctoberPageFantaBundle. C’est la suite de l’article recherche...
View ArticleElasticsearch et Symfony : Statistiques avec les agrégations
Read the English version Elasticsearch est capable d’indexer d’énormes volumes de données, aussi bien des documents que des chiffres. Dans les versions inférieures à la v1.0.0, les facettes...
View ArticleUse aggregations for statistics with Symfony and Elasticsearch
Lire la version française Elasticsearch is able to index huge sets of data, documents as well as numeric data. In the versions before the v1.0.0, facets allowed to calculate statistics for a list of...
View Article