Re: - I/O exception (java.net.BindException) caught when processing request: Address already in use: connect while updating

2007-11-13 Thread Ian Lea
Daniele From the stack trace it looks like the java.net.BindException is happening when you are calling HttpClient code. Searching google for java.net.BindException httpclient finds various hits. Maybe one of those will help. I don't think this has anything directly to do with solr or tomcat.

Re: one query or multiple queries

2007-09-28 Thread Ian Lea
I'd guess the latter would be faster, but who knows? Try it both ways. -- Ian. On 9/28/07, Xuesong Luo [EMAIL PROTECTED] wrote: Hi, there, I have a user index(each user has a unique index record). If I want to search 10 users, should I run 10 queries or 1 query with multiple user ids? Is