couchdb-lucene can index ODF attachments because it embeds Tika. http://tika.apache.org/1.0/formats.html#OpenDocument_Format
B. 2011/11/9 Маркевич Александр <[email protected]>: > So there are some variants of solutions: > > 1. Store doc in attachments as is. Can I have full text search on the > content of docs? > 2. Unzip and extract all XML files wich odt consists, convert to JSON and > save all items of docs in DB, but also setup update handler to triggered > updates and save it to any CVS. > 3. Use Sedna as XML DB ( I want to use DB build on Erlang, although this > variant is good to) > > Hmm... =) > Have to try all solutions. >
