Hi there,
We have recently installed a Google Search Appliance in order to power our internal search (via the java api), and all seems to be well, however I have a question regarding 'automatic' site-map generation that im hoping you guys may know the answer to.
We are aware of the GSA's ability to auto-generate site maps for each of its collections, however this process is rather manual, and considering that we have around 10 regional sites that need to be updated as often as possible, its not ideal to have to log into the admin interface on a regular basis in order to export them to the site root where search engines can find them.
Unfortunately there doesnt seem to be any API support for this, at least none that I can find, so I was wondering if anyone had any ideas for a solution/workaround or, if all else fails, the best alternative.
At present im thinking that if we can get the full index back from the api in the form of a list, then we can write an xml file out using that the old fashioned way using a chronjob or similar, however this seems like a bit of a clumsy solution - any better ideas.
Thanks all.