Dan,
Le 17 août 2012 à 09:16, Vincent Massol a écrit :
if you're ready to go on development, I'd start with the solr plugin.
Though I may be wrong and it is probably configurable, I think the solr plugin is indexing
separately attachments and pages so you're close to what you want. And with some great
chance an attachments folder with the file-system-storage could actually be populated with
any file. You're left with detecting changed files and requesting re-indexing.
Alternatively, but that requires diving into some code, Solr has a few crawling utilities,
in particular DIH, and I think this would satisfy your need. However this would put
"non xwiki" documents into the Lucene index, so the results display would need
to be adjusted to take this into account.
Paul