Who has sample code of remote multiple servers multiple indexes searching?

2007-05-23 Thread Su.Cheng
doc.getValues("syn"); //for (int j = 0; j < values.length; j++) { //System.out.print(values[j] + " "); System.out.println(doc.get("url")+"\n"); } System.out.println(hits.length()); //System.out.println(); // DO NOT CLOSE searcher! } private static Searchable lookupRemote(String IP, String name) throws Exception { return (Searchable) Naming.lookup(IP + name); } } -- Su.Cheng <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Who has sample code of remote multiple servers multiple indexes searching?

2007-05-24 Thread Su.Cheng
Hi, I found the problem. The version of Lucene on server is 2.1 while on client is 1.9. Thanks On Wed, 2007-05-23 at 13:52 -0600, Su.Cheng wrote: > Hi, > I studied "5.6 Searching across multiple Lucene indexes 178" in < in action>>. > > I have 2 remote serarch

Re: Improving Search Performance on Large Indexes

2007-05-24 Thread Su.Cheng
t; > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Su.Cheng <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]