|
|
@ -47,12 +47,12 @@ You can define URLs as start points for Web page crawling and start crawling her
|
|
|
|
<td class=small>Re-Crawl Option:</td>
|
|
|
|
<td class=small>Re-Crawl Option:</td>
|
|
|
|
<td class=small>
|
|
|
|
<td class=small>
|
|
|
|
<input type="checkbox" name="crawlingIfOlderCheck" align="top" #(crawlingIfOlderCheck)#::checked#(/crawlingIfOlderCheck)#>
|
|
|
|
<input type="checkbox" name="crawlingIfOlderCheck" align="top" #(crawlingIfOlderCheck)#::checked#(/crawlingIfOlderCheck)#>
|
|
|
|
<input name="crawlingIfOlderNumber" type="text" size="7" maxlength="7" value="#[crawlingIfOlderNumber]#"></td>
|
|
|
|
<input name="crawlingIfOlderNumber" type="text" size="7" maxlength="7" value="#[crawlingIfOlderNumber]#">
|
|
|
|
Year(s) <input type="radio" name="crawlingIfOlderUnit" value="year" #(crawlingIfOlderUnitYearCheck)#::checked#(/crawlingIfOlderYearUnitCheck)#>
|
|
|
|
Year(s) <input type="radio" name="crawlingIfOlderUnit" value="year" #(crawlingIfOlderUnitYearCheck)#::checked#(/crawlingIfOlderYearUnitCheck)#>
|
|
|
|
Month(s) <input type="radio" name="crawlingIfOlderUnit" value="month" #(crawlingIfOlderUnitMonthCheck)#::checked#(/crawlingIfOlderMonthUnitCheck)#>
|
|
|
|
Month(s) <input type="radio" name="crawlingIfOlderUnit" value="month" #(crawlingIfOlderUnitMonthCheck)#::checked#(/crawlingIfOlderMonthUnitCheck)#>
|
|
|
|
Day(s) <input type="radio" name="crawlingIfOlderUnit" value="day" #(crawlingIfOlderUnitDayCheck)#::checked#(/crawlingIfOlderDayUnitCheck)#>
|
|
|
|
Day(s) <input type="radio" name="crawlingIfOlderUnit" value="day" #(crawlingIfOlderUnitDayCheck)#::checked#(/crawlingIfOlderDayUnitCheck)#>
|
|
|
|
Hour(s) <input type="radio" name="crawlingIfOlderUnit" value="hour" #(crawlingIfOlderUnitHourCheck)#::checked#(/crawlingIfOlderHourUnitCheck)#>
|
|
|
|
Hour(s) <input type="radio" name="crawlingIfOlderUnit" value="hour" #(crawlingIfOlderUnitHourCheck)#::checked#(/crawlingIfOlderHourUnitCheck)#>
|
|
|
|
Minute(s) <input type="radio" name="crawlingIfOlderUnit" value="minute" #(crawlingIfOlderUnitMinuteCheck)#::checked#(/crawlingIfOlderMinuteUnitCheck)#>
|
|
|
|
Minute(s) <input type="radio" name="crawlingIfOlderUnit" value="minute" #(crawlingIfOlderUnitMinuteCheck)#::checked#(/crawlingIfOlderMinuteUnitCheck)#></td>
|
|
|
|
<td class=small>
|
|
|
|
<td class=small>
|
|
|
|
If you use this option, web pages that are already existent in your database are crawled and indexed again.
|
|
|
|
If you use this option, web pages that are already existent in your database are crawled and indexed again.
|
|
|
|
It depends on the age of the last crawl if this is done or not: if the last crawl is older than the given
|
|
|
|
It depends on the age of the last crawl if this is done or not: if the last crawl is older than the given
|
|
|
|