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
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