You might want to look at couchdb-lucene, it indexes attachments using Apache Tika, so if Tika can index .odt files, you'll be able to search them through couchdb.
Martin Sent from my iPhone On 9 Nov 2011, at 09:41, Маркевич Александр <[email protected]> wrote: >> >> You may setup update notification handler in CouchDB config and let it >> store any document updates within VCS (I've done same task via >> mercurial). So you'll reach two goals: use full power of CouchDB to >> search data within documents or transform it into various forms and >> track all changes in same time using special tool that done it right. >> > > This is a better solution than I thought in first! > Because this scheme will planned as a part of corporate reporting system, > we need to store some hundred/thousand of report in *.odt files. Need to > save all changes and have additional functional wich can get CouchDB > include fast text search, save another properties about report and many > others. > > -- > Markevych Alexander. > С уважением Александр.
