Re: Post filter with boolean query

2016-07-06 Thread Erick Erickson
Not from the response, but a simple approach in a controlled environment, i.e. one where only _you_ are querying the index and there is no indexing going on is to look at the admin UI>>your_core>>plugins/stats>>caches>>filterCache. You'll see the insertions/deletions/hits count. So, after a restart

Post filter with boolean query

2016-07-06 Thread Vasu Y
Hi, I am trying to apply a filter by specifying cost=100, but I would like to use boolean query on lines described below and it seems to be filtering documents; not sure if it's doing pre-filtering or post-filtering. But, I saw some old post that "if the query inside the filter does not have a Po