doctrine / search

Generic Search extension for indexing and querying ODM/ORM objects with different text-search engine implementations
http://www.doctrine-project.org
MIT License
273 stars 52 forks source link

Use filtered queries instead of setFilter() in ElasticSearch client #102

Closed MrHash closed 10 years ago

MrHash commented 10 years ago

Filtered queries are more performant and cachable than post_filters on queries