Re: What on earth is FilteredQuery.explain doing?

2015-07-15 Thread Terry Smith
TX, Let's make it reproducible first as I can't replicate the second failure. If it's still a bug we'll create a new Jira ticket for it as this bug wasn't fixed explicitly by LUCENE-6601, rather as a side effect. I've created a new branch on my github fork of the source code at https://github.com

Re: What on earth is FilteredQuery.explain doing?

2015-07-15 Thread Adrien Grand
It's bad such a bug wasn't caught. Maybe we could try to integrate tests for explanations in AssertingIndexSearcher. On Wed, Jul 15, 2015 at 3:39 PM, Terry Smith wrote: > TX, > > Let's make it reproducible first as I can't replicate the second failure. > If it's still a bug we'll create a new Jir

Re: What on earth is FilteredQuery.explain doing?

2015-07-15 Thread Adrien Grand
I opened https://issues.apache.org/jira/browse/LUCENE-6679 to track this bug. On Wed, Jul 15, 2015 at 4:01 PM, Adrien Grand wrote: > It's bad such a bug wasn't caught. Maybe we could try to integrate > tests for explanations in AssertingIndexSearcher. > > On Wed, Jul 15, 2015 at 3:39 PM, Terry Sm

Re: What on earth is FilteredQuery.explain doing?

2015-07-15 Thread Trejkaz
On Wed, Jul 15, 2015 at 11:39 PM, Terry Smith wrote: > TX, > > Let's make it reproducible first as I can't replicate the second failure. > If it's still a bug we'll create a new Jira ticket for it as this bug > wasn't fixed explicitly by LUCENE-6601, rather as a side effect. > > I've created a new