Well, I found the sources of my problem...

For starters, it appears that directories must be specified as starting
point URLs, not specific files; if files are specified, they seem to be
ignored. Also, when specifying directories, the traversal depth must be set
to account for the directory as a level. When I had my problem, I was
specifying specific files and had the crawler depth set to '1'. It looks
loke in order for the local file crawling to obtain results for files in the
directory, you need to specify the directory and set the crawler depth must
be >= 2. (I suppose that this makes sense when you start looking at this as
though it were directory traversal in UNIX, although I am kinda suprised
that specifying a specific file as a starting point does not seen to cause
it to be included.)
-- 
View this message in context: 
http://old.nabble.com/no-results-for-local-file-crawls--tp26245651p26331593.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to