|
From: Bruce M. <br...@mc...> - 2003-06-30 22:21:58
|
All, I have implemented a FeederFactory. This makes running documents through pipelines a whole lot easier. Basically the feeders are now defined in the config/feeder/config.properties file. This allows for you to add all kinds of specialized feeders. You can get a defined feeder by calling getFeeder(String name) on the feeder factory. At the moment there is an synchrounous and in-memory asynchronous feeder (called "sync" and "async" repectively). I have changed some of the code in the scanner module (heads up Dejan!!!!) to use this code. you will probably need to check this code before running your scanners. regards, Bruce. |