nope, still not getting there....the same problems still occur.

with lucene 2.9.3, FLT_INIT is ok, but the FTL_CREATE_INDEX fn is
still missing.

with lucene 2.4.1, FTL_INIT gets an error:

CREATE ALIAS IF NOT EXISTS FTL_INIT FOR
"org.h2.fulltext.FullTextLucene.init";
Update count: 0
(0 ms)

CALL FTL_INIT();
Error while indexing document [0-135] FULLTEXT/0 (Help)

 -- clint


[this seems like something easy enough to regression test on the
nightly build...]

[sorry about double-postings, something network-y wrong on my machine]


On Aug 14, 12:11 am, clint <clinthyd...@gmail.com> wrote:
> roger that one, folks...I'm on it. Will see about getting the older
> version and fire it up...
>
> y'all are excellent. sure wish the documentation had said this...
>
>  -- clint
>
> On Aug 13, 5:51 am, Prowler <pvlissi...@gmail.com> wrote:
>
> > Hello Clint,
>
> > Please let me clarify a few things.
>
> > Kerry is correct in that your problem is caused by the use of Lucene
> > 3.0.2 with H2 ,
> > since there have been many API changes in Lucene 3 that make it
> > incompatible with Lucene 2.x versions.
>
> > Nevertheless Lucene 3 IS ready for production/deployment. (We have
> > been using it for the past
> > 6 months in production (outside H2) and is really reliable).
>
> > The problem is that H2 is not compatible with Lucene 3, which is an
> > issue already reported.
> > See:http://code.google.com/p/h2database/issues/detail?id=147
>
> > Your best bet for now is to go with a 2.9.x version as Kerry has
> > already suggested.
>
> > Just my 2c.
>
> > Best Regards,
> > Panayiotis Vlissidis

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to