Hi Robert,
Looks like this fixes it:
MockDirectoryWrapper directory = newDirectory();
directory.setNoDeleteOpenFile(false); // Don't emulate windows
Thanks
Brendan Grainger
[email protected]
www.kuripai.com
On Jun 28, 2012, at 8:57 PM, Robert Muir wrote:
> On Thu, Jun 28, 2012 at 8:22 PM, Brendan Grainger
> <[email protected]> wrote:
>>
>> Interestingly, if I change the *** line above to use the deprecated
>> constructor taking just the directory it works fine:
>>
>
> its not interesting at all, its the typical contract of a java method.
> he who opens it closes it.
>
> I'll quote myself again:
>
> in this case (where IndexSearcher takes a reader that you passed in),
> closing the searcher won't actually close the underlying reader.
> you passed it in, so you should be sure to close this reader yourself.
>
>
> --
> lucidimagination.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>