In the file:

%NUTCH_DIR%/conf/crawl-urlfilter.txt

Find the lines reading:

# skip URLs containing certain characters as probable queries, etc.
[EMAIL PROTECTED]

Removing the '=' and '?' characters in the above should solve the prblem.
The new lines would look like this:

# skip URLs containing certain characters as probable queries, etc.
[EMAIL PROTECTED]

You could also try removing this line in whole, or just add a '#' character
to the beginning to comment out the rule.

-- Jim

On 9/11/06, Troy Hawkins <[EMAIL PROTECTED]> wrote:

Hello,

I'm wondering if there is a way to get Nutch to spider through links to
cgi queries (i.e., execute a hard-coded link to a cgi script - not
linked to a form). Much of the data in the pages I would like to index
is accessed this way. I am a novice at this and would appreciate any
advice/help that any of you can offer.

Thanks very much in advance!

Troy Hawkins

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to