I am looking for a way to configure Nutch to crawl the web, but only index certain types of files (XML to be specific) into Solr. I'm pretty sure a custom plugin would do the job, probably based on the index-more code, but I'd rather not do that unless I have to. I'm also sure I could suck everything into Solr then delete unwanted content with Solr's API, but this is a bit hacky. Is there a way to configure Nutch to only index certain filetypes in Solr?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
In nutch you can define filters for urls. What about filtering by the name of the fileextension? |
|||
|
|
|
You can filter the file type according to the extension. e.g. for exclusion (-) :-
with + you can just specify the inclusion list. |
|||
|