| News | Products | Services | Downloads | Support | FAQs | Company |
The questions below are deemed to be somewhat technical. Questions of more general interest are addressed elsewhere.
acl = makeDefaultACL();
obj = send "createObject"("GoogleSearchService", acl)
to ObjectCreator;
answer = send "doSpellingSuggestion"(MY_GOOGLE_KEY, "maintanence")
to obj;
Communication overhead in bytes transmitted| Request Method | SOAP | FARGOS/VISTA | Difference | ||
|---|---|---|---|---|---|
| Request | Reply | Request | Reply | ||
| GetCachedPage |
760
|
5153
|
436
|
3732
|
70%
|
| GoogleSearch |
1076
|
11733
|
500
|
6388
|
54%
|
| SpellingSuggestion |
766
|
647
|
436
|
388
|
58%
|
answer = send "doSpellingSuggestion"(MY_GOOGLE_KEY, "maintanence")
to"/GoogleSearchService;
Note: the above incorrect spelling of "maintenance" as "maintanence" is intentionalthe purpose of doSpellingSuggestion is to perform spelling correction.
![]() |
Copyright © 1999-2003 FARGOS Development, LLC Last Modified: Wednesday, January 01, 2003 Suggestions regarding this site may be sent to the webmaster@fargos.net; information regarding the design goals of this site is provided on the Site Design page. |