: Is IndexSearcher ThreadSafe? I made a simple httpserver using grizzly as
        ...
: java.lang.NullPointerException
:     at org.apache.lucene.queryParser.QueryParser.jj_scan_token(
        ...
: This error does not happen if I do searches one at a time.

IndedSearcher is thread safe, QueryParser is not.





-Hoss


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

Reply via email to