diff options
| author | orbiter <mc@yacy.net> | 2014-08-27 18:40:20 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-08-27 18:40:20 +0200 |
| commit | f642cfbe3035ec09bbb4257aa62eafedb1ff20ca (patch) | |
| tree | ce85087f482478d4f127d4bb5c04893051a5b4c3 /htroot/CrawlStartExpert.html | |
| parent | c2521111caf578d188614bce8ac80af68efef659 (diff) | |
added hint to the regular expression tester
Diffstat (limited to 'htroot/CrawlStartExpert.html')
| -rw-r--r-- | htroot/CrawlStartExpert.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/CrawlStartExpert.html b/htroot/CrawlStartExpert.html index 227e978ad..6ae89a7a1 100644 --- a/htroot/CrawlStartExpert.html +++ b/htroot/CrawlStartExpert.html @@ -308,6 +308,7 @@ The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b>. Example: to allow only urls that contain the word 'science', set the must-match filter to '.*science.*'. You can also use an automatic domain-restriction to fully crawl a single domain. + Attention: you can test the functionality of your regular expressions using the <a href="/RegexTest.html">Regular Expression Tester</a> within YaCy</a>. </span></span> <table border="0"> <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td></td></tr> @@ -346,6 +347,7 @@ <span class="info" style="float:right"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span style="right:0px;"> The filter is a <b><a href="http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">regular expression</a></b> that <b>must not match</b> with the URLs to allow that the content of the url is indexed. + Attention: you can test the functionality of your regular expressions using the <a href="/RegexTest.html">Regular Expression Tester</a> within YaCy</a>. </span></span> <table border="0"> <tr><td width="110"><img src="env/grafics/plus.gif"> must-match</td><td><input name="indexmustmatch" id="indexmustmatch" type="text" size="55" maxlength="100000" value="#[indexmustmatch]#" onblur="if (this.value=='') this.value='.*';"/></td><td>(must not be empty)</td></tr> |
