Hi,
I'm trying to execute a terms query with a lot of terms (several 100,000) and I'm using the terms lookup mechanism.
The same terms filter needs to be executed 1000+ times so it would be awesome if there was some way of caching the terms filter. Currently there is some caching going on (query time goes from 3s to 2.5s) but it seems to me that the speed gains could be a lot bigger if the entire terms filter was cached.
Kind Regards,
Joris