Hi all I've been experimenting with BaseX - and I'm quite pleased with its capabilities - however I'm hitting a wall where the fulltext index is concerned. Here's the use-case: - Web application analyzing media (news, etc.) on a large scale - Frequent inserts (metadata about news) by many clients (ca. 40+ million documents per year) - Online Full-text search is a must Every time data is inserted into a database the full-text index is invalidated. Because of the online full-text search capability requirement a 2-stage update process (store to temporary database, batch update to main database and optimize full-text index afterwards) is unfortunately not an option. Are there plans to provide for incremental full-text update capacity or is this not an option? Thanks for any feedback and kind regards Florent