Commit Graph

  • c61e4cfd78 - fix for incomplete clear() in balancer - renamed Parser Errors to Rejected URLs orbiter 2011-09-30 10:27:14 +00:00
  • 813f297a95 another performance hack: re-use of known host addresses for isLocal property; avoids look-up in local hash orbiter 2011-09-30 08:26:31 +00:00
  • 035ebfbf3b - performance hacks (should affect the crawl balancer and reduce CPU load during crawl stack re-fill) - this may have also (good) performance side effects on other parts of YaCy orbiter 2011-09-30 07:57:50 +00:00
  • 9c131adeb6 show IP of crawled host and country in CrawlResults orbiter 2011-09-29 15:30:15 +00:00
  • b250e6466d implemented crawl restrictions for IP pattern and country lists orbiter 2011-09-29 15:17:39 +00:00
  • e207c41c8e * fix urlproxy for urls containing dolar signs f1ori 2011-09-29 12:53:55 +00:00
  • 3ac6fb0baf added dump check script orbiter 2011-09-28 21:18:49 +00:00
  • 57d5529a01 performance hacks orbiter 2011-09-28 21:16:40 +00:00
  • 5ad7f9612b added crawl settings for three new filters for each crawl: must-match for IPs (IPs that are known after DNS resolving for each URL in the crawl queue) must-not-match for IPs must-match against a list of country codes (allows only loading from hosts that are hostet in given countries) orbiter 2011-09-27 21:58:18 +00:00
  • 47a8c69745 added a new feature to MultiProtocolURIs to get the locale for each url: This is done using a new library InetAddressLocator.jar which is NOT added by default to YaCy because it is very old and with that library we will never get a debian package. However, some people want that functionality and it can be made available if the library is taken from http://javainetlocator.sourceforge.net/ and placed into the /lib directory where it will be found using reflection. The new feature will be used to extend the crawler steering. orbiter 2011-09-27 15:26:14 +00:00
  • 2c3161b4ac refactoring: RankingProcess -> RWIProcess ResultFetcher -> SnippetProcess orbiter 2011-09-26 21:42:28 +00:00
  • d2ea250d99 refactoring: - moved many classes from de.anomic to net.yacy - made more sub-packages for search classes orbiter 2011-09-25 16:59:06 +00:00
  • 42b5f09f68 *) this should fix a bug in snippet creation (also cleaned up a little bit) low012 2011-09-25 16:07:22 +00:00
  • 277b454a62 *) added comments *) minor refactoring low012 2011-09-25 13:16:52 +00:00
  • 6b22865dbc - removed some warinings - removed a dead update location orbiter 2011-09-24 01:58:54 +00:00
  • fabda9ad31 added script that can be used to delete a single url from the index call: bin/deleteurl.sh <url> orbiter 2011-09-21 23:33:44 +00:00
  • 0c6d95e57b - more tolerance against failure of table opening - more connections for solrj orbiter 2011-09-21 15:08:05 +00:00
  • 30d340563e fix in result count display orbiter 2011-09-21 11:01:01 +00:00
  • 4f31869c5a enhanced search result timing orbiter 2011-09-21 10:43:08 +00:00
  • 6b02b696b0 - add number of search results to end of rss and json output to reflect latest status of retrieval - distinguish search access with different verify state in access of search cache orbiter 2011-09-20 19:41:44 +00:00
  • 87e6abd168 * fix urls containing a port number in urlproxy f1ori 2011-09-20 15:02:15 +00:00
  • 97045022fa * pass cookies to Server Side Includes * User.html a bit more usable f1ori 2011-09-20 14:54:14 +00:00
  • 6fba6e7cee fix: follow link target setting on image search lotus 2011-09-18 16:59:01 +00:00
  • ce2a76d603 performance hack for search process orbiter 2011-09-16 10:00:51 +00:00
  • a6bb0f9af4 fixed missing menu entries in access tracker orbiter 2011-09-15 23:26:09 +00:00
  • aaf7a0feaa yet another cache strategy orbiter 2011-09-15 22:40:01 +00:00
  • 8a428d3e77 ensure termination of pdf parser to avoid deadlocking of other processes during search result preparation orbiter 2011-09-15 11:17:38 +00:00
  • 2c4a672fe2 bugfixes and performance hacks for tabe index orbiter 2011-09-15 11:17:02 +00:00
  • dad5b586a4 added a concurrent warmin-up of Table data structures. that should speed-up the start-up process but may also cause stronger CPU load at that time. orbiter 2011-09-15 10:01:21 +00:00
  • 734059d33e performance hacks orbiter 2011-09-14 23:34:05 +00:00
  • 23e81b28b2 synchronization enhancements orbiter 2011-09-14 21:19:02 +00:00
  • dd4635e323 patches orbiter 2011-09-14 20:11:27 +00:00
  • 65ab067491 migration to solrj 3.4.0 orbiter 2011-09-14 20:08:59 +00:00
  • ffd848c7a9 moved the log, memory, processes and the messages into a new computation monitor main menu item orbiter 2011-09-14 09:59:30 +00:00
  • ef72fdac79 added keyboard-based search result page navigation: - page-up or tab switches to next search result page - page-down switches to previous search result page orbiter 2011-09-14 09:15:09 +00:00
  • e48ce5d80e - style change for search box: larger font, selected by default - style change for search results: by default no parser, size, image info orbiter 2011-09-14 09:05:06 +00:00
  • 5905392ca3 redesign and simplification of main menu; bundling of some sub-menues orbiter 2011-09-14 01:24:56 +00:00
  • e5a93a1742 fix for image name orbiter 2011-09-14 00:33:08 +00:00
  • 5fd4f3fef8 fresh look for yacy icons orbiter 2011-09-14 00:03:33 +00:00
  • 95790b82d9 replaced old-style favicon orbiter 2011-09-13 23:34:36 +00:00
  • bb0c045036 fix for problem with relocation of network orbiter 2011-09-13 18:46:11 +00:00
  • 85a5487d6d YaCy can now use the solr index to compute text snippets. This makes search result preparation MUCH faster because no document fetching and parsing is necessary any more. orbiter 2011-09-13 14:39:41 +00:00
  • 0819e1d397 protection against OOM cases in image parser. See also bugs.yacy.net/view.php?id=54 orbiter 2011-09-09 23:00:45 +00:00
  • 52a2b3f110 try to fix bug http://bugs.yacy.net/view.php?id=26 orbiter 2011-09-08 19:13:19 +00:00
  • b0b4886618 try to avoid the unresolved pattern in search result orbiter 2011-09-08 18:47:00 +00:00
  • 2e8c8ebf54 fix for clear commands orbiter 2011-09-08 12:54:10 +00:00
  • 2cba860693 - fix for wrong entries in NOLOAD indexing queue (that caused that urls had been only indexed based on their url and not loaded) - patch for better urls to solr admin interface orbiter 2011-09-08 12:23:55 +00:00
  • 2842ce30d6 added synchronization in ReferenceContainer and logging for shrinking orbiter 2011-09-07 22:15:01 +00:00
  • cec3836e73 added reference limitation to IndexControlRWIs_p.html servlet orbiter 2011-09-07 21:47:54 +00:00
  • ecb4986b38 refactored stuff from last commit to ReferenceContainer see: http://forum.yacy-websuche.de/viewtopic.php?f=5&t=3353&p=23163#p23163 the limiting of references is disabled per default to enable this set yacy.conf - index.maxReferences to a value of e.g. 100000 sixcooler 2011-09-07 18:55:16 +00:00
  • f7c4abfdd7 limit references per blob & term to the 100.000 youngest sixcooler 2011-09-07 13:08:06 +00:00
  • 28f5b79deb added a fast mass-deletion method orbiter 2011-09-07 11:42:06 +00:00
  • a70dbce41c added another file tool class to yacy-cora orbiter 2011-09-07 10:09:35 +00:00
  • 49e5ca579f added new configuration property "crawler.embedLinksAsDocuments". If this is switched on (this is default now), the all embedded image, audio and video links from all parsed documents are added to the search index as individual document. This will increase the search index size dramatically but will also enable us to create a much faster image, audio and video search. If the flag is switched on, the index entries are also stored to a solr index, if this is also enabled. orbiter 2011-09-07 10:08:57 +00:00
  • e02bfbde56 fix for solr url orbiter 2011-09-07 09:07:40 +00:00
  • 41e146116a fixes size of document in case the server doesn't give the size in the header f1ori 2011-09-05 12:21:25 +00:00
  • 580beb12a5 reverting SVN 7863; the synchronization was needed and no synchronization causes repeated DNS lookup for the same hosts orbiter 2011-09-05 00:26:27 +00:00
  • 44d6416e2d ensure termination of shrink() orbiter 2011-09-05 00:22:21 +00:00
  • 52230a6864 replaced catching of Exception with Throwable, which catches also Errors orbiter 2011-09-05 00:09:48 +00:00
  • 877eaf6bcb switched off logging of org.apache.http which was suddenly switched on by default (??) orbiter 2011-09-04 23:28:15 +00:00
  • e1a3d609aa moved merger object from Segment to IndexCell to enable a correct shutdown sequence. This solves a bug where yacy cannot be shut down during an index merge that appears during the shutdown phase. orbiter 2011-09-04 23:27:12 +00:00
  • 656286347e fix for javascript error during search (not ready yet) orbiter 2011-09-03 07:10:47 +00:00
  • dc25c48fc9 added more libraries that are needed by solrj orbiter 2011-09-02 23:43:04 +00:00
  • 2cf61a40ce fixed a bug from 7856, where Snippet returned an error by mistake when Metadata was found sixcooler 2011-09-02 16:50:05 +00:00
  • 0229029dcf a bit protection against search result bugs in interactive search orbiter 2011-09-01 16:08:33 +00:00
  • 610b01e1c3 - added a 'add every media object linked in a html document as a new document' to the html parser. This causes that all image, app, video or audio file that is linked in a html file is added as document. In fact that means that parsing a single html document may cause that a number of documents is inserted into the search index. - some refactoring for mime type discovery orbiter 2011-09-01 16:05:00 +00:00
  • 9a8937f8b6 be more liberal when evaluating search results. This may cause that it is possible to fraud content on fresh peers, but that is better than looong waiting times for the evaluation of every link which causes that everybody rejects YaCy as 'too slow'. But this is only because of the high standards that YaCy sets to itself. If we are able to gain more users by lowering the standard, then that is useful. The option to set that flag to verify each link is still there. orbiter 2011-09-01 16:02:15 +00:00
  • 3da21c4266 protection against starting of a (second) yacy peer while another one is already running on the same port orbiter 2011-09-01 13:13:21 +00:00
  • 2d03dc1804 removed unnecessary warning orbiter 2011-09-01 10:37:14 +00:00
  • cf8e3b0df8 small fix for count: overXX includes the count orbiter 2011-09-01 10:25:27 +00:00
  • 6db8921a0f enhanced termlist orbiter 2011-09-01 10:23:22 +00:00
  • b5252ef91f added new word recommendation library in DictionaryLoader_p.html orbiter 2011-09-01 10:14:17 +00:00
  • 1c007188ad bugfixes in html parser orbiter 2011-08-31 16:02:06 +00:00
  • b00e69c5df removed test output orbiter 2011-08-29 09:16:41 +00:00
  • 231074bf0a fixed a parsing bug by reverting SVN 7766 orbiter 2011-08-28 22:59:19 +00:00
  • ce11b7b6d2 *) Changed action to "" instead of "yacysearch.html". This should not do any harm, but helps a lot if the page is accessed not by its original name but by a different name which can be done by adding a symbolic link to the file system of the peer. (See http://www.yacy-forum.org/viewtopic.php?f=2&t=464) low012 2011-08-28 14:24:09 +00:00
  • 30a8a2f76b *) replacing one ugly hack with an extended ugly hack ;-) low012 2011-08-28 13:32:42 +00:00
  • 95379ce0b1 *) should fix some problems with RSS Importer (see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=3253) low012 2011-08-28 12:59:11 +00:00
  • c660f8862a *) changed links to be underlined again since lots of links were not obvious anymore *) added SVN properties low012 2011-08-28 01:14:58 +00:00
  • 24e76a7b69 *) Replaced occurrences of "Wikimedia" with "MediaWiki" where applicable. (Thanks to the folks of 0x20.be for pointing this out.) *) Added description of where to place MediaWiki dump for import. low012 2011-08-28 00:16:36 +00:00
  • d40a177c05 Generation Memory Strategy fine tuning add some log-output in termlist_p sixcooler 2011-08-27 15:23:24 +00:00
  • 839f407fe4 Generation Memory Strategy fine tuning: - some more optimism on requests of unknown values - avoid a premature value of 0 byte available sixcooler 2011-08-25 22:32:15 +00:00
  • 3e6767d66c limitation of reference evaluation (protection against crawler pits) orbiter 2011-08-25 21:12:31 +00:00
  • a5541751a8 - added memory computation to termlist_p.xml - added option to delete terms in termlist_p.xml orbiter 2011-08-25 19:13:45 +00:00
  • 45e497a9bd fix for term iteration orbiter 2011-08-25 18:29:30 +00:00
  • 9bdee5c71c added a servlet that produces a list of term hashes that appear more than 10000 times see /api/termlist_p.xml orbiter 2011-08-25 16:49:20 +00:00
  • 5dd2efc9a2 - bugfixes in html parser - new fields in solr - extended file viewer to debug parser orbiter 2011-08-25 15:52:25 +00:00
  • 2c595a6a47 added new methods to count the number of objects in RWIs. lots of refactoring was necessary to introduce new Rating class and to unify naming of methods orbiter 2011-08-25 10:35:25 +00:00
  • 75df87832c refactoring/better naming of methods and classes orbiter 2011-08-24 23:08:28 +00:00
  • 9f9f634de2 fix in search orbiter 2011-08-24 12:12:48 +00:00
  • 5f8a5ca32d - not doing merge-jobs while short on Memory - using configuration-values of crawling-max-filesize also for snippetfetching and loading files into Index sixcooler 2011-08-24 12:07:53 +00:00
  • 965fabfb87 enhanced sorting speed (affects all DB operations) orbiter 2011-08-24 10:27:19 +00:00
  • 41a8ee4569 added iterable implementation in KeyList orbiter 2011-08-23 20:23:40 +00:00
  • 22d69a6368 refactoring in cora: added sorting package orbiter 2011-08-23 20:18:30 +00:00
  • 51cf697acd refactoring: moved all score-related classes to new ranking package orbiter 2011-08-22 22:37:53 +00:00
  • a0d5e7b6e6 added new score comparator orbiter 2011-08-22 22:33:08 +00:00
  • 169236c6d9 almost revert changes in this class of 7880 and 7882 since MemoryControl does handle negative value requests sixcooler 2011-08-22 17:58:23 +00:00
  • 4fec99115b Implementation of strategies for controlling memory resources. You can toggle between previous (standard) and new (generation) strategy at PerformanceMemory_p.html. The generation memory strategy is implemented with the objective of running more robust but with the cost of early stopping some tasks (eg. dht) while running low on memory. This new strategy does respect the generational way a heap is organized on most used jvms. These changes run fine on my 3 peers for weeks now, but as I'm human, I may fail. Please be carefull using generation memory strategy and report errors by naming OS, jvm and java_args. sixcooler 2011-08-22 17:50:03 +00:00
  • 63a375b801 do not look at external dtd, cause this make this reader stay forewer(?) on on faulty dtd-locations sixcooler 2011-08-22 17:45:27 +00:00
  • c39d63e7ad by default show only domain navigator orbiter 2011-08-22 10:19:15 +00:00