Here'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.

Jim
________________________________________
From: José Tomás Atria <jtat...@gmail.com>
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 is not the case with the Automaton class in Lucene 5+.

I assume it is possible, considering that a FSA is basically just a set of
states and transitions, but how would I go about (1) extracting that data
from an instance of automaton and (2) recreating the original automaton
given a set of transitions and states as it would be possible to obtain
them from a live instance?

Alternatively, maybe there is some other place where this is implemented?
How can I persist lucene's automata?

thanks,
jta

--
entia non sunt multiplicanda praeter necessitatem
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to