Re: SynonymMap through filesystem
Currently, no. Patches welcome! The synonyms are compiled into a compact FST, which is RAM resident (but, GC efficient: it's a massive byte[], or several if your FST is really large). Just how large is the FST in your case? Mike McCandless http://blog.mikemccandless.com On Mon, Mar 3, 2014 a
SynonymMap through filesystem
Hi, is there a way I can search in file to match my synomyms, instead of building a SynonymMap ? My synonym list is going to be very large and I don;t want to keep it in memory. Regards Geet