Commit Graph

261 Commits (d14ee8e4648950eebffcb49d6d905fea68fa4c71)

Author SHA1 Message Date
orbiter 35a9e8f307 - fixed network graphic
13 years ago
orbiter e22f8497c9 - tested the ARC methods
13 years ago
orbiter 5a55397f99 some last-minute performance hacks
13 years ago
orbiter 804e48888b smaller bug fixes for search behavior; should produce less unnecessary removals and an exact number of results as shown in counter
13 years ago
orbiter 78ce3b13be typo
13 years ago
orbiter 0d858d48ec replaced String with StringBuilder in suggestion process
13 years ago
orbiter 37e35f2741 normalization of url using urlencoding/decoding
13 years ago
orbiter e58438c01c - added a new retry connector for solr (for cases where solr responses are slow)
13 years ago
orbiter 94eab08794 - updated opensearchdescription text and icon
13 years ago
orbiter a9838f8b99 fix for http://bugs.yacy.net/view.php?id=59
13 years ago
orbiter 1b45e33f04 added robots tag parser to solr scheme
14 years ago
orbiter cf4fd525ee added directDocByURL attribute in crawl profile
14 years ago
orbiter 813f297a95 another performance hack: re-use of known host addresses for isLocal property; avoids look-up in local hash
14 years ago
orbiter b250e6466d implemented crawl restrictions for IP pattern and country lists
14 years ago
orbiter 47a8c69745 added a new feature to MultiProtocolURIs to get the locale for each url:
14 years ago
orbiter 2c3161b4ac refactoring:
14 years ago
orbiter 6b22865dbc - removed some warinings
14 years ago
orbiter 0c6d95e57b - more tolerance against failure of table opening
14 years ago
orbiter 6b02b696b0 - add number of search results to end of rss and json output to reflect latest status of retrieval
14 years ago
orbiter aaf7a0feaa yet another cache strategy
14 years ago
orbiter 734059d33e performance hacks
14 years ago
orbiter 23e81b28b2 synchronization enhancements
14 years ago
orbiter 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.
14 years ago
orbiter 2cba860693 - fix for wrong entries in NOLOAD indexing queue (that caused that urls had been only indexed based on their url and not loaded)
14 years ago
orbiter a70dbce41c added another file tool class to yacy-cora
14 years ago
orbiter e02bfbde56 fix for solr url
14 years ago
orbiter 580beb12a5 reverting SVN 7863; the synchronization was needed and no synchronization causes repeated DNS lookup for the same hosts
14 years ago
orbiter 1c007188ad bugfixes in html parser
14 years ago
low012 30a8a2f76b *) replacing one ugly hack with an extended ugly hack ;-)
14 years ago
low012 95379ce0b1 *) should fix some problems with RSS Importer (see http://forum.yacy-websuche.de/viewtopic.php?f=5&t=3253)
14 years ago
orbiter 45e497a9bd fix for term iteration
14 years ago
orbiter 5dd2efc9a2 - bugfixes in html parser
14 years ago
orbiter 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
14 years ago
orbiter 41a8ee4569 added iterable implementation in KeyList
14 years ago
orbiter 22d69a6368 refactoring in cora: added sorting package
14 years ago
orbiter 51cf697acd refactoring: moved all score-related classes to new ranking package
14 years ago
orbiter a0d5e7b6e6 added new score comparator
14 years ago
sixcooler 63a375b801 do not look at external dtd, cause this make this reader stay forewer(?) on on faulty dtd-locations
14 years ago
orbiter 2c58af6874 - added a short memory status simulation mode
14 years ago
sixcooler 7b7a196243 ignore cookies in httpclient per default
14 years ago
sixcooler 9ab0ba41e2 using GzipDecompressingEntity from httpclient instead of our own
14 years ago
orbiter f970670a7c - bugfix in ServerScannerList
14 years ago
orbiter 8e03b8ee8b better integration of server list in interactive search
14 years ago
orbiter 0d33cf352b removed synchronization in DNS resolve (solves a problem when loading snippets but in the past concurrent dns requests also caused deadlocks. but this is many years ago and we will give it another try)
14 years ago
sixcooler 59b767eebd stop loading via http at defined maximum of bytes - even size is unknown before loading
14 years ago
orbiter 6a6f27eaf3 do not sort arrays again if arrays are already sorted
14 years ago
orbiter 3d043ce9d6 - refactoring
14 years ago
orbiter 52d799e7c8 fix for solr auth
14 years ago
orbiter d3c89b90ce temporary adding the old httpclient-3.1 again because the solrj classes need them. should be removed as soon solrj supports httpclient-4
14 years ago
orbiter bd99969758 fixed bad query
14 years ago