You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Kragen Sitaker <ks...@commerce.net> on 2005/04/20 23:06:17 UTC

Re: [Nutch-dev] filename problem during local filesystem crawl

On Sat, 2005-04-16 at 13:21 +0200, Boris Kroeger wrote:
> One file of mine contained an exclamation mark (!) and was not processed 
> by the nutch crawl.
> After I removed it nutch was able to process it.
> May be there are further characters?
> 
> Is this worth an issue in JIRA?

See crawl-urlfilter.txt and regex-urlfilter.txt:
# skip URLs containing certain characters as probable queries, etc.
-[?*!@=]

(another minor but important difference between filesystem indexing and
web indexing)