Re: Persistence/Serialization of Automaton

2016-03-24 Thread Erick Erickson
>> >> > least a place to start. >> >> > >> >> > And I have to ask, "why do you want to do this in the first place?". >> >> > What is the problem you're trying to solve anyway? >> >> > >> >> &

Re: Persistence/Serialization of Automaton

2016-03-24 Thread José Tomás Atria
problem you're trying to solve anyway? > >> > > >> > Best, > >> > Erick > >> > > >> > On Thu, Mar 24, 2016 at 6:57 AM, McKinley, James T > >> > wrote: > >> >> Here's an archive link from t

Re: Persistence/Serialization of Automaton

2016-03-24 Thread Michael McCandless
k from this mailing list regarding serializing >> queries, I guess this would work for Automaton objects as well. >> >> >> >> >> http://mail-archives.apache.org/mod_mbox/lucene-java-user/201603.mbox/browser >> >> >> >> Hope it helps. >> &

Re: Persistence/Serialization of Automaton

2016-03-24 Thread José Tomás Atria
;s an archive link from this mailing list regarding serializing > queries, I guess this would work for Automaton objects as well. > >> > >> > http://mail-archives.apache.org/mod_mbox/lucene-java-user/201603.mbox/browser > >> > >> Hope it helps. > >> &g

Re: Persistence/Serialization of Automaton

2016-03-24 Thread José Tomás Atria
01603.mbox/browser > > > > Hope it helps. > > > > Jim > > > > From: José Tomás Atria > > Sent: 23 March 2016 19:09 > > To: java-user@lucene.apache.org > > Subject: Persistence/Serialization of Automaton > >

Re: Persistence/Serialization of Automaton

2016-03-24 Thread Michael McCandless
garding serializing queries, >> I guess this would work for Automaton objects as well. >> >> http://mail-archives.apache.org/mod_mbox/lucene-java-user/201603.mbox/browser >> >> Hope it helps. >> >> Jim >> ________ &g

Re: Persistence/Serialization of Automaton

2016-03-24 Thread Erick Erickson
d work for Automaton objects as well. > > http://mail-archives.apache.org/mod_mbox/lucene-java-user/201603.mbox/browser > > Hope it helps. > > Jim > > From: José Tomás Atria > Sent: 23 March 2016 19:09 > To: java-user@lucene.apac

Re: Persistence/Serialization of Automaton

2016-03-24 Thread McKinley, James T
Atria Sent: 23 March 2016 19:09 To: java-user@lucene.apache.org Subject: Persistence/Serialization of Automaton Hello! Is it possible to serialize Lucene's Automata? I see that the javadoc for the original BRICS package indicates that instances of Automaton implement Serialzable, but this

Persistence/Serialization of Automaton

2016-03-23 Thread José Tomás Atria
Hello! Is it possible to serialize Lucene's Automata? I see that the javadoc for the original BRICS package indicates that instances of Automaton implement Serialzable, but this is not the case with the Automaton class in Lucene 5+. I assume it is possible, considering that a FSA is basically jus