Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "DocumentProcessing" page has been changed by JanHoydahl. http://wiki.apache.org/solr/DocumentProcessing?action=diff&rev1=11&rev2=12 -------------------------------------------------- * Do not over-architecture like Eclipse SMILA and others have done going crazy with ESB etc = Proposed architecture = + [[https://docs.google.com/drawings/edit?id=1rVsy-p7sexSw3wrald2_fHtkLk6opYp5qzllvOHOB8c&hl=en|Architecture diagram]] + - A good starting point for the core (standalone) pipeline could be the Apache-licensed [[http://openpipe.berlios.de/|OpenPipe]], which already works stand-alone. Add some config API and GUI. + A good starting point for the core (standalone) pipeline could be the Apache-licensed [[http://openpipe.berlios.de/|OpenPipe]], which already works stand-alone. Glue code to hook the pipeline into Solr could be an UpdateRequestProcessor which can either work in "local" mode, executing the pipeline locally in-thread, or in "distributed" mode which would dispatch the batch to an available node in a document processing cluster.