: I am use RMI search two server date! When I use one TermQuery return
: 30ms (very good)! But when I use booleanQuery add tow termQuery return
: must 150 ms £º£¨
:
: And three is 250 ms? My query have 13 TermQuery! Return cost 7500 ms .
:
: How can I do it quick! Use ICE(Internet Communications Engine) ZeroC ?

there are a lot of unknowns in your question...
  1) how quick is "quick" ?  ie: how fast do you need it to be?
  2) how many remote searchers do you have?
  3) how big are the indexes (in number of documents and number of terms) ?

also, what is hte point of this line of code...

   Query query2 = qp.parse(query.toString());

...you don't seem to do anything with query2.

In general, what have you tried to investigate the source of your problem?
perhaps it's network lag? have you tried constructing your MultiSearcher
on local Searchables of the same indexes to see if the problem is with the
Remote searching or if it's just a more basic problem?



-Hoss


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

Reply via email to