From kraemer at webit.de Wed Oct 26 12:41:43 2005 From: kraemer at webit.de (Jens Kraemer) Date: Wed, 26 Oct 2005 18:41:43 +0200 Subject: [Ferret-talk] index compatibility Message-ID: <20051026164143.GI11990@cordoba.webit.de> Hi, first of all: great work! I'd like to know which Lucene Version Ferret is based on, in other words: will I be able to read/write indexes created with current lucene trunk ? Thanks in advance, Jens -- webit! Gesellschaft f?r neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Kr?mer kraemer at webit.de Schnorrstra?e 76 Telefon +49 351 46766 0 D-01069 Dresden Telefax +49 351 46766 66 From dbalmain.ml at gmail.com Mon Oct 31 21:38:18 2005 From: dbalmain.ml at gmail.com (David Balmain) Date: Tue, 1 Nov 2005 11:38:18 +0900 Subject: [Ferret-talk] index compatibility Message-ID: Hi Jens, Terribly sorry about the late reply. It appears that being the owner of a mailman mailing list doesn't automatically subscribe you to the list. I should reply a lot more promptly in future. ;-) >I'd like to know which Lucene Version Ferret is based on, in other >words: will I be able to read/write indexes created with current lucene >trunk ? If you get the latest gem, ie 0.1.4, then yes, you should be able to read indexes created from Lucene trunk. The one problem you may have is analyzer incompatibility. If you used the Java SimpleAnalyzer then you should have no problems using Ferret::Analysis::Analyzer, but if you used the Standard Analyzer there will be some incompatibilities. I've put it on my todo list to create some analyzers that match the java ones. >Thanks in advance, >Jens