My guess would be that you need to drop the index and recreate it?

http://h2database.com/javadoc/org/h2/fulltext/FullTextLucene.html

It doesn't look like it has a dropIndex() like the native fulltext search

What happens if you add Index for the table again and specify the new column?


On 8/01/2013 3:27 PM, Daniel Ziltener wrote:
I think you misunderstood my intentions. What I'm trying to do is that I want to first create a table and the fulltext index for it - no problem. Then I want to alter the table by adding a column and want to add that column to the index, which does not seem to work?

Am Mittwoch, 2. Januar 2013 15:40:04 UTC+1 schrieb Noel Grandin:

    See documentation:
    http://h2database.com/html/tutorial.html#fulltext
    <http://h2database.com/html/tutorial.html#fulltext>

    On 2012-12-23 14:45, Daniel Ziltener wrote:
    > I guess there's some way to add a table column to a lucene fulltext
    > index? If so, how do I do that?
    > And I noticed that there's nowhere a clear documentation of all the
    > FTL_ functions, they're not even listed anywhere. Where can I
    find them?
    > --
    > You received this message because you are subscribed to the Google
    > Groups "H2 Database" group.
    > To view this discussion on the web visit
    > https://groups.google.com/d/msg/h2-database/-/ftuSBXJflGgJ
    <https://groups.google.com/d/msg/h2-database/-/ftuSBXJflGgJ>.
    > To post to this group, send email to [email protected]
    <javascript:>.
    > To unsubscribe from this group, send email to
    > [email protected] <javascript:>.
    > For more options, visit this group at
    > http://groups.google.com/group/h2-database?hl=en
    <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 view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/co0K29FQJE8J.
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