Andrzej Bialecki wrote:
I'm using nutch/solr, but wanted to use Cocoon to do some other transformations before adding the data to solr's index.Grant Ingersoll wrote:You might try remote streaming with Solr (see http://wiki.apache.org/solr/SolrConfigXml). Otherwise, look into a crawler such as Nutch or Droids or Heretrix.Additionally, Nutch can be configured to send the crawled/parsed documents to Solr for indexing.
- Dan