Hello Rachael,

The note that content is gzipped doesn't mean it's in the same format as gzip(3) uses.

In order to see cached document, you can use "Cached Copy" feature of s.cgi. You can call it from the command line as well, so it will act much like decompressor :)

Rachael LaPorte Taylor wrote:
According to the documentation, gzipped URL content is stored in urlwordsNN.words. I'd like to view this content, however, in mysql when I select the field, words, taking into account the offset of 4 described in http://www.aspseek.org/man/aspseek-sql.5.txt, into a dumpfile, gzip indicates that the file is not in gzip format.

In mysql:
select substring(words from 4) into dumpfile '/tmp/blob.gz' from urlwords00 where url_id=128


At the prompt:
gunzip: blob.gz: not in gzip format

Is it even possible to view the zipped content?



--
== kir_at_asplinux.ru == 7551596_at_ICQ == 6722750_at_sms.beemail.ru ==
There are two ways of constructing a software design.  One way is to make
it so simple that there are obviously no deficiencies and the other is to
make it so complicated that there are no obvious deficiencies.
                                        - Charles Anthony Richard Hoare



Reply via email to