Re: Analyzers thread safe across indexes?

2019-01-25 Thread Bill Gray
s shared > between threads. > > On Fri, Jan 25, 2019 at 1:04 AM Bill Gray > wrote: > > > > Hi, > > > > I'm working on an app that will use Lucene and I'm trying to get a handle > > of the thread safety of Analyzers. > > > > The specif

Analyzers thread safe across indexes?

2019-01-24 Thread Bill Gray
Hi, I'm working on an app that will use Lucene and I'm trying to get a handle of the thread safety of Analyzers. The specific question I'm exploring is whether it is safe to use a single instance of an Analyzer across different Indexes (and therefore concurrent IndexWriters) in the case where two