Use ObjectCache, for implementation example, you could peek at the source code of org.apache.nutch.parse.ParseFactory - Parser[] getParsers Method
On Fri, Dec 3, 2010 at 1:45 AM, Jean-Francois Gingras < [email protected]> wrote: > Hi, > > I read on a other thread that ObjectCache can be use to pass data between > plugins. Hope this can help. > > -- > Jean-François Gingras > > On Sat, Nov 20, 2010 at 4:57 AM, MilleBii <[email protected]> wrote: > > > Hi all, > > > > I need to pass data from a query plugin to the next (exemple : the > detected > > locale). Besides controlling the order of plug-ins, there does not seem > to > > be a standard mechanism by which I could store the data in the first > plugin > > and retrieve the data in the second... any suggestion ? > > > > using : Nutch 1.0 > > > > -- > > -MilleBii- > > > -- Ammar Shadiq http://ammarshadiq.web.id

