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]
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
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]