Hi,

This seems to be caused by a bug in the fulltext index implementation
that will be fixed in the next release. Using the test case you
provided I can no longer reproduce the problem when using the trunk.

Regards,
Thomas


On Tue, Jan 12, 2010 at 1:35 PM, Martin Wildam <[email protected]> wrote:
> It seems, I found the reason myself.
> I deleted the database recreating everything using
> CALL FT_CREATE_INDEX('PUBLIC', 'DOCUMENTS',
> 'TITLE,FILENAME,CONTENTS');
> instead of CALL FT_CREATE_INDEX('PUBLIC', 'DOCUMENTS', NULL);
>
> and that seems to solve the problem, exactly specifying the columns to
> index (leaving out the non-text id column).
>
> --
> You received this message because you are subscribed to the Google Groups "H2 
> Database" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/h2-database?hl=en.
>
>
>
>
-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.


Reply via email to