Right, just don't share the same instance across threads.

- Mark


On Oct 18, 2008, at 3:11 PM, "Rafael Almeida" <[EMAIL PROTECTED]> wrote:

On queryparser's documentation says:
"Note that QueryParser is not thread-safe."
it only means that the same instance of QueryParser can't be used by
multiple threads, right? But if each thread has its own QueryParser
instance, then it's OK, right?

BTW, the link http://lucene.apache.org/java/docs/ queryparsersyntax.html
on 
http://lucene.apache.org/java/2_4_0/api/core/org/apache/lucene/queryParser/QueryParser.html
seems to be broken.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • QueryParser Rafael Almeida
    • Re: QueryParser Mark Miller

Reply via email to