What steps will reproduce the problem?
1. Following steps set out in "Google Search Appliance Administrative API
Developer's Guide: Java" for "Updating the Host Load Schedule"
2. Specify host exclusion for whole day: e.g.
updateEntry.addGsaContent("www.example.com 0 0 0.0");
What is the expected output? What do you see instead?
Expect it to update the schedule, instead get
"com.google.gdata.util.ServiceException: time overlap for host: www.example.com"
What version of the product are you using? On what operating system?
gsa-admin-api-java-1.0.0
Please provide any additional information below.
On the help center
(http://code.google.com/apis/searchappliance/documentation/62/help_gsa/crawl_sch
ed.html), in the section for "Host Load Schedule" and subsection "Determining
Exceptions to Web Server Host Loads" it states:
"To set a period of 24 hours, use 12 a.m. as the start time and 12 a.m. as the
end time."
This does work if I specify the configuration through the browser.
Original issue reported on code.google.com by
mikejone...@gmail.comon 7 Dec 2011 at 12:40