Nico, the quick and dirty way is to extract the text from the index
using the idx script as follows:
cd indexer
idx list indexes/index 0
The best way, though, is to write a crawler module to extract the
parsed text to a file or database, or directly via rpc to any post-
processing you might want to do with it.
Hope this helps.
-- Jorge