I'm having a little trouble figuring out how to index using spaces and subsets.

Just what is the relationship between spaces and subsets? When do you use which one?

This is from http://aspseek.org/man/manual.txt:

-A space_id
Add/delete a site to/from web space (use together with -u or -A options).

Is that a documentation error?

'index -h' doesn't mention any -A option.

I want to write the script file that will run nightly so that I can search only within a part of my documentation archive.

Example:

my.site.com/spam
my.site.com/eggs
my.site.com/stuff

Would that be three separate invocations of index? I'm thinking of creating index-run.sh to look like so:

#!usr/bin/sh
/usr/bin/index -B -A 1 -u my.site.com/spam
/usr/bin/index -B -A 2 -u my.site.com/eggs
/usr/bin/index -B # index everything else


Another question would be how you set up the form so that s.cgi does the correct search?

Advice and suggestions welcome.

John

Reply via email to