On Tue, May 11, 2010 at 7:48 AM, Ananth Sarathy
<ananth.t.sara...@gmail.com> wrote:
> Ok,  how can I report that?

File a jira on the project that manages the type. I assume it is
Lucene in this case.

>  Also, it seems that requiring a no argument constructor but using an
> interface is kind of a broken paradigm. Shouldn't there be some other
> mechanism for this?

The problem is that given a class name from the SequenceFile, we need
to build an "empty" object. The most natural way to provide that
capability is with a 0 argument constructor.

-- Owen

Reply via email to