I'd like to know if there is way to get the cache content of the
indexed files. I search the GDS Java API but I could not find any
method that does this.
Any idea will be highly appreciated!
Regards,
Sengly
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
GDS shows all the cached versions. However, I found that when I use getCacheUrl() only one document is returned. In the browser it shows the most current indexed version and a link to the current file in case the document was changed since the indexing.
Is it possible to get all on the cached versions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
I'd like to know if there is way to get the cache content of the
indexed files. I search the GDS Java API but I could not find any
method that does this.
Any idea will be highly appreciated!
Regards,
Sengly
Hi Sengly,
You may use ResultsType.ResultType class:
getCacheUrl() method
You can check out javadoc at:
http://gdapi.sourceforge.net/api/jgd/jaxb/ResultsType.ResultType.html
Thanks!
GDS shows all the cached versions. However, I found that when I use getCacheUrl() only one document is returned. In the browser it shows the most current indexed version and a link to the current file in case the document was changed since the indexing.
Is it possible to get all on the cached versions?
No, it isn't with GDAPI.
This type of query is undocumented by Google Desktop (into GD Query API HTTP/XML)