On Fri, Mar 1, 2013 at 11:16 AM, Oliver Christ <ochr...@ebscohost.com> wrote:
>
> I've seen some changes in trunk regarding the data format of Lucene's
> FST-based suggesters, and wonder whether the automata created by trunk
> builds/next Lucene version are/will be binary-compatible to the ones
> created with the current release, or whether any magic versioning is
> taking place behind the scenes.
>

There is versioning inside the FST, but thats only a part of the
suggester format.

We've changed the suggester formats in incompatible ways before: their
is no backwards compatibility guarantee for suggesters and we don't
test that.

mainly FST (unfortunately) has backwards compatibility because parts
of the official index format use it.

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