Hi, FYI for Nuxeo indexing I needed a simpler and more specialized fulltext implementation than the default one provided with H2.
I only need one primary key indexed, and don't need as many things stored than FullTextLucene. A snapshot of the code is at http://hg.nuxeo.org/nuxeo/nuxeo-core/raw-file/4fa056cdf941/nuxeo-core-storage-sql/src/main/java/org/nuxeo/ecm/core/storage/sql/db/H2Fulltext.java This code is a first shot and will keep being tweaked for performance. Comments welcome. Bye, Florent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
