You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Dawid Weiss <da...@cs.put.poznan.pl> on 2011/04/02 12:26:31 UTC

Lookup (suggester) instances thread safety?

Are the same Lookup instances used by multiple threads after creation
or are they stored somehow per-thread? This matters because certain
data structures could be statically allocated per Lookup object and
reused, instead of being allocated dynamically. I will dig in the
code, but somebody will probably know right away.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org