Commit Graph

375 Commits (64aaa81eda6ba60f378de15b444ddd478be5d36b)

Author SHA1 Message Date
apfelmaennchen 368b8735b5 added 'close tab' function 17 years ago
orbiter fa1090113d - next try to fix the networking problem: 17 years ago
apfelmaennchen f63bd26268 fixed search performance / dynamic display of results 17 years ago
orbiter 5530b8e1ca reverted changes to yacy protocol classes: they caused the sciencenet to loose connections 17 years ago
orbiter b4ed937f1e - modified zone navigation (does still not work correctly) 17 years ago
apfelmaennchen c75fa90206 adjusted display of search results 17 years ago
apfelmaennchen 7a902424af adjusted display of search results 17 years ago
orbiter e0c481decb not class file in SVN .. I guess it is a mistake 17 years ago
orbiter 9eddc1506b - one try to fix the httpd problem 17 years ago
apfelmaennchen b4b370586a fixed the box headings 17 years ago
apfelmaennchen f7a0804e83 small optical change for the sidebar 17 years ago
apfelmaennchen c5f378c7a4 additional images 17 years ago
apfelmaennchen 6ebc9b7325 additional images 17 years ago
apfelmaennchen 3c686e4e0e for testing puposes - new user interface based on jQuery and Ajax 17 years ago
apfelmaennchen f238478cc3 for testing puposes - new user interface based on jQuery and Ajax 17 years ago
apfelmaennchen cb8625ca67 for testing puposes - new user interface based on jQuery and Ajax 17 years ago
apfelmaennchen 2b43ea9f9d for testing puposes - new user interface based on jQuery and Ajax 17 years ago
apfelmaennchen 12cac31be8 for testing puposes - new user interface based on jQuery and Ajax 17 years ago
apfelmaennchen 94280b0a39 temporary check-in for testing puposes - new user interface based on jQuery and Ajax 17 years ago
orbiter bfed9c2da6 - some refactoring in search process 17 years ago
orbiter 3f321ece7d added a search history to the new search page 17 years ago
orbiter c48e25d784 - fixed selection box for topwords 17 years ago
orbiter bd2d9f75ae introduced search navigation column on new search page 17 years ago
orbiter a7abee3578 - fixed some data types in new search stack 17 years ago
orbiter bedd8dfbe2 - added image sorting by image size. This is the default now. 17 years ago
orbiter 727feb4358 - fixed some bugs in ranking computation 17 years ago
orbiter f4c73d8c68 - fixed highslide usage 17 years ago
orbiter 3441ec3928 - some small changes to highslide integration to get it working... (does not work yet) 17 years ago
orbiter 6c3cd2b4f2 - added new way to watch images from the image search: 17 years ago
orbiter 61a81820e3 - refactoring of search tracker 17 years ago
orbiter 4079c38ce0 - probably slightly better default ranking 17 years ago
orbiter 8fd5e52f04 added basket icons and experimental gif animation class 17 years ago
orbiter 451cde3d92 added images folder 17 years ago
orbiter cfe499d8c9 first test of alternative search interface (only a stub but working!) 17 years ago
orbiter 52a7cf0cc9 re-added list interface (blacklist imports need them) 17 years ago
borg-0300 22485dcca8 rename opeer -> oseed 17 years ago
borg-0300 77ba446332 seedDB helpers update/cleanup 17 years ago
orbiter bd63999801 - faster search: using different data structures that avoid multiplr calculations 17 years ago
borg-0300 a8d336c379 undo 4448 (no bug) 17 years ago
borg-0300 d1758eb17d mistake corrected 17 years ago
borg-0300 9f69b1f08f small change (2) 17 years ago
borg-0300 5ac71729d8 small change 17 years ago
borg-0300 85a82950e0 seedDB helpers 17 years ago
orbiter 7404256997 - no more search time-out! 17 years ago
orbiter a8a5df4a51 - more dublin core naming of page metadata 17 years ago
orbiter 45339c3db5 more generics 17 years ago
orbiter a6ca3b51be more generics 17 years ago
orbiter a5054c038d - added large number of generics 17 years ago
orbiter 71bcf02d3a - removed pro-version (is the same as standard version, use the standard instead) 17 years ago
orbiter ecd7f8ba4e - added NEAR operator (must be written in UPPERCASE in search query) 17 years ago
orbiter 03e7782269 more generics 17 years ago
fuchsi d517e96714 last cleanup bits to serverDate before the release. only safe refactoring (method renaming) changes outside of serverDate. 17 years ago
fuchsi 33ee6745f6 more cleanup in serverDate 17 years ago
fuchsi 21b8d1b918 small cosmetic change for static fields in serverCore (special protocol ASCII entities) to improve readability 17 years ago
orbiter 270d016d89 fix for missing anonymization in search profiling 17 years ago
orbiter f243e338cf implemented online caution also for local and remote search 18 years ago
orbiter b46bcaa5d8 changed method of profiling 18 years ago
orbiter f645408ae9 added url retrieve option to uls.xml interface 18 years ago
orbiter cc20870267 fix for constraint handover problem: 18 years ago
orbiter 9b0ae4b989 added referrer to remote crawl url list 18 years ago
orbiter d59c1a7936 removed test data 18 years ago
orbiter 89b9b2b02a redesigned remote crawl process: 18 years ago
orbiter 2fcd18a972 - fixed bad behaviour of search event worker processes 18 years ago
orbiter edba2b7bcc fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=543 18 years ago
orbiter c48b73cda2 redesign of ranking data structure 18 years ago
orbiter 6f1308da2f - some enhancements to IndexControlURLs (shows more links, connects referrer to another query) 18 years ago
orbiter c527969185 - enhanced monitoring of ranking parameters 18 years ago
orbiter bc2368e907 fix for problem with remote crawl referrers 18 years ago
orbiter 6eaa5a0e64 enhanced local search speed. The ranking process is now 6 times faster that before. 18 years ago
fuchsi 425e4ead66 Allow absolute paths in configuration settings. 18 years ago
orbiter a31b9097a4 preparations for mass remote crawls: 18 years ago
fuchsi 0e1738899f * Complete number localization and provide a more reasonable interface to serverObjects: 18 years ago
fuchsi f717beecb1 - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 18 years ago
fuchsi ce0bb1dc8a Increase defaults for the DHT Recieve Limits to prevent "busy" states. 18 years ago
orbiter 01e0669264 re-designed some parts of DHT position calculation (effect is the same as before) 18 years ago
orbiter 341f7cb327 steps to enhance remote search performance: 18 years ago
orbiter 76e4c2d69e fix for peer-ping in case that remote peer does not respond with valid values 18 years ago
orbiter f4a5c287fe re-implemented post-ranking of search results 18 years ago
orbiter 8ff5e2c283 - fixed/re-implemented media search 18 years ago
orbiter daf0f74361 joined anomic.net.URL, plasmaURL and url hash computation: 18 years ago
orbiter e90afa9483 fixed search access tracker 18 years ago
orbiter 4779f314fe first version of next-generation search interface: 18 years ago
orbiter f9e6cf6a3d more refactoring of search: 18 years ago
orbiter a34d9b8609 * added a search history cache that maintains search results for 10 minutes 18 years ago
orbiter ae86d010bb more refactoring of search processes; also some small speed enhancements 18 years ago
orbiter bb426565f0 added new yacy protocol for mass url-pull for better remote crawling distribution 18 years ago
orbiter 16c203f759 fixed remote search access tracker 18 years ago
orbiter 947fc46904 refactoring of search process: 18 years ago
orbiter 1af0e3bd84 refactoring 18 years ago
orbiter 5605887571 refactoring of search processes 18 years ago
orbiter e76fe1c078 - replaced unicode characters in copyright holder name ('Brausse') 18 years ago
orbiter 9ca46a8c69 indexing of local (intranet) urls enabled 18 years ago
orbiter f5a4efb76e fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=192&hilit=&p=1034#p1034 18 years ago
orbiter 40b0547611 - documentaton changes (removed old forum links) 18 years ago
orbiter b6d9cca67e - fixed problem with yacyVersion and own version generation 18 years ago
orbiter f40566f9bb separate YaCy networks: 18 years ago
orbiter 9bbd39b67c - removed unfinished auto-updater from roland and martin 18 years ago
orbiter 069562a14d fixed problem with re-crawl; replaced error file-db with ram-db 18 years ago
orbiter 07b4e5066b bugfix in messages 18 years ago
orbiter f04add6cb4 limitation of remote search result number 18 years ago