Closed livius2 closed 2 months ago
SELECT FTS$STATISTICS.FTS$LUCENE_VERSION () FROM RDB$DATABASE;
Returns 3.0.9
.
Ok, so this is version of Lucene ++
not Apache Lucene.
Sorry for the off-topic question, but is Java not the same as Lucene? Does it not depend on the Java version and get updated when the Java version is updated? Or is 'Lucene' in the name just a coincidence? I am looking for polish language Analyzer.
P.S. thank you for updating to lucene++ 3.0.9.
Lucene++ is a port of Lucene (Java) to C++. Unfortunately, it lags quite far behind the original Lucene.
So it is like Interbase and Firebird, they have same beginning, but they are separate now? Or it is only about frequence of updates?
Hi
when i run
SELECT FTS$STATISTICS.FTS$LUCENE_VERSION () FROM RDB$DATABASE;
i got
3.0.8
. Why it is so old, current one is9.10.0
?Or it is version of something else then lucene itself?