On 4/4/11 11:29 AM, Dawid Weiss wrote:
Hi guys. FST currently uses IndexInput/IndexOutput to perform
serialization and the suggester framework expects a single file. Is
there any nice way to do this? I ask because I considered these, but
they all seem clumsy:

a) serialize suggester data to a subfolder (using regular
FSDirectory); this would be different than other suggesters,
b) use FSDirectory, serialize using this and then move the file from a
subfolder, then delete it.
c) use custom subclasses of IndexInput IndexOutput that accept a
simple File and serialize directy.

At the moment I use option (c), actually, but better hints would be welcome.

Suggester expects a File, but both Jaspell and TST actually use this File as a parent directory name where they store their data.


--
Best regards,
Andrzej Bialecki     <><
 ___. ___ ___ ___ _ _   __________________________________
[__ || __|__/|__||\/|  Information Retrieval, Semantic Web
___|||__||  \|  ||  |  Embedded Unix, System Integration
http://www.sigram.com  Contact: info at sigram dot com


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to