<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/IndexImportMediawiki_p.java, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2022-10-02T21:22:12Z</updated>
<entry>
<title>moved all remaining servlet classes to new location</title>
<updated>2022-10-02T21:22:12Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2022-10-02T21:22:12Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=adbda4c71b38cff4acdd14afb899c48eb26363f8'/>
<id>urn:sha1:adbda4c71b38cff4acdd14afb899c48eb26363f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>always use HTTPClient by 'try with resources' pattern to free up</title>
<updated>2021-10-31T22:06:23Z</updated>
<author>
<name>sgaebel</name>
<email>sgaebel@localhost.localdomain</email>
</author>
<published>2021-10-31T17:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=cdf901270cb2a8d09c3673aa3b2464ba067efe56'/>
<id>urn:sha1:cdf901270cb2a8d09c3673aa3b2464ba067efe56</id>
<content type='text'>
resources</content>
</entry>
<entry>
<title>Fixed unsafe conccurent access to generic SimpleDateFormat instances</title>
<updated>2018-06-28T12:59:23Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-06-28T12:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=e97580dfc713d7572dd95c3f4d4cc19a2d46b6a2'/>
<id>urn:sha1:e97580dfc713d7572dd95c3f4d4cc19a2d46b6a2</id>
<content type='text'>
SimpleDateFormat must not be used by concurrent threads without
synchronization for parsing or formating dates as it is not thread-safe
(internally holds a calendar instance that is not synchronized).

Prefer now DateTimeFormatter when possible as it is thread-safe without
concurrent access performance bottleneck (does not internally use
synchronization locks).</content>
</entry>
<entry>
<title>Record recrawl calls to make them schedulable</title>
<updated>2018-01-10T16:05:53Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2018-01-10T16:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=0c9e0b3566031da00e35f2f318780d6787b8c2c8'/>
<id>urn:sha1:0c9e0b3566031da00e35f2f318780d6787b8c2c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added MediaWiki dump import scheduling feature.</title>
<updated>2017-05-03T16:53:01Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-05-03T16:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=a87281b4988bcf20934b5a6d95a66b297f00fbff'/>
<id>urn:sha1:a87281b4988bcf20934b5a6d95a66b297f00fbff</id>
<content type='text'>
Checking the last modified date by default to prevent unnecessary long
running operations.</content>
</entry>
<entry>
<title>Improved MediaWiki dump import monitoring.</title>
<updated>2017-05-02T07:38:45Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-05-02T07:38:45Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=10c03c6c641df3c1c915d582560fec520de55f77'/>
<id>urn:sha1:10c03c6c641df3c1c915d582560fec520de55f77</id>
<content type='text'>
When import thread is terminated :
 - now stop refreshing and stay on the monitoring page to give user a
feedback after a long running import
 - added link to the next monitoring step : results from surrogates
reader
 - added link to new import
 
On the new import page, added a link on the eventual last import report.</content>
</entry>
<entry>
<title>Extended Mediawiki dump import to remote URLs.</title>
<updated>2017-04-14T12:32:44Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-04-14T12:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=f66438442ecbb1d1ec29839780c4e19ecc36f923'/>
<id>urn:sha1:f66438442ecbb1d1ec29839780c4e19ecc36f923</id>
<content type='text'>
When using a public HTTP URL in /IndexImportMediawiki_p.html, the remote
file now is directly streamed and processed, allowing import of several
GB dumps even with a low memory remote peer, and without need to
manually download the dump file first.</content>
</entry>
<entry>
<title>Improved error reports on various wiki dump prerequisites failure cases.</title>
<updated>2017-04-11T06:21:34Z</updated>
<author>
<name>luccioman</name>
<email>luccioman@users.noreply.github.com</email>
</author>
<published>2017-04-11T06:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=7edddd7b0d8b9087a60de7675fc8d237f6bccef5'/>
<id>urn:sha1:7edddd7b0d8b9087a60de7675fc8d237f6bccef5</id>
<content type='text'>
Also added some JavaDoc.</content>
</entry>
<entry>
<title>fix for mediawiki import</title>
<updated>2015-01-11T23:35:47Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2015-01-11T23:35:47Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=3b51636ecbc8580b5ff8a5e3e94ac92d2baad6a9'/>
<id>urn:sha1:3b51636ecbc8580b5ff8a5e3e94ac92d2baad6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>catch input file not found in Mediawiki import</title>
<updated>2014-07-10T21:58:47Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2014-07-10T21:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=7057e0b3e2cf8d49b5a2f9fea6cd5388b7a862e6'/>
<id>urn:sha1:7057e0b3e2cf8d49b5a2f9fea6cd5388b7a862e6</id>
<content type='text'>
</content>
</entry>
</feed>
