This is the fifth in a series of posts about using elasticsearch with Symfony2: Symfony2: Integrating elasticsearch
Posts Tagged ‘elasticsearch’
Symfony2: elasticsearch custom repositories
This is the fourth in a series of posts about using elasticsearch with Symfony2: Symfony2: Integrating elasticsearch
Symfony2: elasticsearch custom analyzers
In my previous posts I looked at integrating elasticsearch into a Symfony2 app and at how to use an alternative analyzer. One thing we did not do last time was indexing the url field of the Site entity. The reason for this is that if you index urls and email addresses using the default settings [...]
Symfony2: improving elasticsearch results
In my previous post I looked at integrating elasticsearch into a Symfony2 app using Elastica and the FOQElasticaBundle bundle. By the end we were indexing a Site entity and performing basic searches against the index. In the post I will look at improving how we index and search the Site entities. We can improve the [...]


