| | 63 | How can I find out/display the size and mime type of the hits that a search returns? |
| | 64 | <property> |
| | 65 | <name>plugin.includes</name> |
| | 66 | <value>...|index-more|...|query-more|...</value> |
| | 67 | ... |
| | 68 | </property> |
| | 69 | |
| | 70 | Nutch doesn't crawl relative URLs? Some pages are not indexed but my regex file and everything else is okay - what is going on? |
| | 71 | The crawl tool has a default limitation of 100 outlinks of one page that are being fetched. |
| | 72 | <property> |
| | 73 | <name>db.max.outlinks.per.page</name> |
| | 74 | <value>-1</value> |
| | 75 | <description> </description> |
| | 76 | </property> |