>it affects both 2.2 (released ) and trunk, right?

I don't have a 2.2 index to test, but the code looks the same as the trunk.
It would be tricky to write a unit test for this. I only noticed because
query performance went down the drain.

Peter


On 8/10/07, Michael McCandless <[EMAIL PROTECTED]> wrote:
>
>
> Whoa, I see -- this was caused by my commit for LUCENE-888, and, it
> affects both 2.2 (released ) and trunk, right?  I think the fix is to
> add the corresponding constructor (openInput(String name, int
> bufferSize)) into MMapDirectory but have it ignore the bufferSize?
>
> I will open a Jira issue.  Thanks for catching this!
>
> Mike
>
> "Peter Keegan" <[EMAIL PROTECTED]> wrote:
> > I have discovered a bug in 2.2 (trunk version) that prevents
> > MMapDirectory
> > from working. TermInfosReader has a new constructor that calls a new
> > version
> > of FSDirectory.openInput(String, int). This new openInput signature
> isn't
> > implemented in MMapDirectory, so FSDirectory is used instead.
> >
> > Should I submit this to JIRA?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to