e.apache.org/nutch</url> <title>Your favourite search engine!</title> </keymatch> </keymatches> By default Keymatcher expects the file be named keymatches.xml
Match type can be one of the following: keyword, phrase, exact match. Terms of a query are produced by the Query object and none of the matches is case sensitive
keyword Matches on keyword level, for example query "search engine" would match both keywords search and engine
phrase Matches phrase, for example: query "open source search engine" "search engine watch" would match "search engine", but query "search from engine" would not.
exact Query "open source search engine" would match "open source search engine", but not "search engine" nor "best open source engine"