you can use a fsdirectory for each writer and then, search on all of them at once. This is the recomended way if you have different apps.
În data de 14 februarie 2012, 19:06, Ian Lea <[email protected]> a scris: > You can only have one writer against one index at a time. Lucene's > locking will prevent anything else. > > > -- > Ian. > > > On Tue, Feb 14, 2012 at 4:49 PM, Cheng <[email protected]> wrote: > > Hi, > > > > I need to manage multiple applications, each having its own writer yet > on a > > same FSdirectory. How to make it happen while I encounter quite a few > > exceptions? > > > > thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
