Reputation: 45
I want to do web search with java and I found GSA-JAPI does it work on web searching or it's used only on a website which I created for example.
Upvotes: 0
Views: 425
Reputation: 462
The GSA-JAPI is a wrapper that serializes the XML response from the Google Search Appliance into POJOs. Additionally, You can use it to initiate searches to the Google Search Appliance. It hasn't been updated in quite some time so new elements are not exposed (i.e. Dynamic Navigation)
Upvotes: 0
Reputation: 109
The GSA-JAPI's purpose is to access and manage settings in a Google Search Appliance, which is an enterprise product Google sells. You can't use the GSA-JAPI to script any web searches, only manage a Google Search Appliance. It's used as an alternative to logging into the web based Admin Console.
Upvotes: 0