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 at 9:01 AM, Geet Gangwar <geetgang...@gmail.com> wrote:
> 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

---------------------------------------------------------------------
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