On Wed, Nov 2, 2011 at 8:53 AM, Phil Hoy <p...@friendsreunited.co.uk> wrote:
> It is solr 4.0 and uses the new FSTSynonymFilterFactory i believe but defers 
> to ZkSolrResourceLoader to load the synonym file when in cloud mode.
> Phil
>

FYI: The synonyms implementation supports multiple formats (currently
"solr" and "wordnet") I think.

Its possible that it could have another format "binary" or
"serialized" which is essentially the serialized byte[] of the FST.
This would be smaller on disk and faster to load, since it wouldnt
really have to 'build' itself (it would be pre-built).

In the initial implementation I didnt add this, as I wasn't sure if
this would have any real value, especially since the build time is a
lot faster now, but it is something that is possible.

-- 
lucidimagination.com

Reply via email to