Re: Making Term and Query serializable

2002-02-05 Thread Brian Goetz
>I'm proposing the following changes to Term and Query (just added >"implements java.io.Serializable"). The changes work fine and we've tested >them in a distributed environment. Any objections? Does Term refer to fields and terms by value (String), or by some internal term reference id? If

RE: Making Term and Query serializable

2002-02-05 Thread Scott Ganyo
Sent: Tuesday, February 05, 2002 12:53 PM > To: Lucene Developers List > Subject: Re: Making Term and Query serializable > > > Serializable is only a 'markup interface', isn't it? > I don't see why not... > > Otis > > --- Scott Ganyo <[EMAIL PRO

Re: Making Term and Query serializable

2002-02-05 Thread Otis Gospodnetic
Serializable is only a 'markup interface', isn't it? I don't see why not... Otis --- Scott Ganyo <[EMAIL PROTECTED]> wrote: > I'm proposing the following changes to Term and Query (just added > "implements java.io.Serializable"). The changes work fine and we've > tested > them in a distributed