How do I index a new search database?
I want to create a robot and run it against a URL and build an index( RDs), on my own defined search database. But only the default database get's indexed.
How do I point my Robot to my new defined search database?
Also I would like to be able to index a file system (a directory that contains only XML files). I have already created my filter specifying to allow any file with the extension .xml. but it doesn't seem to work? What do I need to do?
Thanks.
[492 byte] By [
ajianfar] at [2007-11-25 19:15:24]

# 1
You can only search one db at a time. To search more, you can do two searches from within the same jsp you create.If It's already in the default jsp. Then search default + 2nd db. you can add as many as you like inside jsp. Jerry
# 4
I think I understand what you are trying to do. I assume that you have created a new database from the admin console, and now you want to use the robot to index that database?
If that's the case you should be able to specify the database to populate, when defining a site for the robot to crawl. The option to set the database to populate is right at the bottom of the screen of the site editor, after the filter definitions and the advanced option.
Hope this helps.