Any suggestions for the best way to get desktop search in the Lucene/Solr/Nutch/Tika ecosystem? I want to be able to access (from my own program) lists of terms that are indexed and weights for each file, for example, but if a filesystem indexer and index updater already exists somewhere I'd like to use it rather than write my own.
I'm planning on working in Clojure, btw, not that that should make any difference--- Thanks, Andrew

