Commit Graph

8208 Commits (59448461d397583d0bbc81098f3b0625e60c7537)

Author SHA1 Message Date
reger 59448461d3 make use of userInRole for quick login verification
8 years ago
reger 2a4d826d9e adjust servlet RequestHeader.getLocale
8 years ago
reger 9db68acb4f remove obsolete X_YACY... header declarations
8 years ago
reger 8e9aece786 more use of RequestHeader constant referer, authorization
8 years ago
reger d631fbc019 make more use of the new ServletRequest interface methodes
8 years ago
reger 395f2e8946 Make ServletRequest implement the standardized HttpServletRequest interface,
8 years ago
luccioman 74fec066f4 Converted more URLs to pure relative ones.
8 years ago
luccioman 0f0393e5e3 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
8 years ago
luccioman 7296e3884f Switched even more URLs to pure relative ones.
8 years ago
reger 49eae79c01 fix Tables.hasIndex check for tablename = key
8 years ago
luccioman 84b81c1af0 Switched more URLs to relative ones when possible.
8 years ago
luccioman 731684105a Improved absolute URLs rendering in OpenSearch desc and RSS feeds.
8 years ago
reger 669f60223e upd Column.toString to output encoder "{bytes}"
8 years ago
reger c9e81d2fa0 fix Column parsing from celldefinition string, without cellwidth def.
8 years ago
reger e0816ef2e5 use human readable date format in CrawlStacker error message
8 years ago
luccioman 54d879a9b3 Generate HTML relative (to each peer) links from hosted WikiCode.
8 years ago
luccioman 2da5f339f8 Fixed /News.html and /Wiki.html pages in Search Portal mode (issue #87).
8 years ago
reger 8fe28a83f2 harmonize used lastmodified date for rwi and fulltext in storeDocument
8 years ago
reger 3d1d297308 refactor namespace navigator as part of navigatorplugin map, this allows
8 years ago
reger 67f660523b Make navigators underlaying indexfield name accessible in interface
8 years ago
reger 5eb3ee4e20 Add search navigator interface to allow for additional navigators (plugins)
8 years ago
reger fd3f58fcaa improve query modifier parsing of "collection:" and possible collision
8 years ago
reger af39a76bf6 Reduce number of default max. search navigator lines (from 10000)
8 years ago
reger 20a1b29ed3 add simple test case for ReferenceContainer helpful for debugging
9 years ago
reger 3c7220bc7b Refacture rwi reference word position and word distance calculation
9 years ago
luccioman f0639d810c Customized name for Threads still using the default "Thread-n" pattern.
9 years ago
luccioman db3b9db9c2 Crawl from local file : faster task end when manually terminating crawl.
9 years ago
reger 4c67ed3f8d catch rwi ranking div by zero exception
9 years ago
luccioman 47af33a04c Advanced Crawl from local file : better processing of large files.
9 years ago
luccioman ee92082a3b Updated javadocs : warning about closing stream responsibility.
9 years ago
luccioman 6f49ece22f Fixed redirected URLs processing as crawl start point.
9 years ago
reger 68217465fe div by null in word distance calculation
9 years ago
luccioman 7263d17436 Removed mentions of deprecated LURL-db.
9 years ago
reger 8b74a6bf57 fix min/max calculation of WordReferenceVars.distance()
9 years ago
luccioman da362628fb Added fine log level for too long blacklist matching processing.
9 years ago
reger aaae7c6462 adjust ConcurrentScoreMap internal value map to interface and use parameter
9 years ago
reger 31d2a5645e remove obsolete query variable
9 years ago
luccioman a588ed7628 Applied image headers customization to the new ViewFavicon servlet.
9 years ago
luccioman 7717a3d43d Fixed license headers on files created to improve favicon management.
9 years ago
luccioman 6e1959f469 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
9 years ago
reger 685d8e86bf Avoid frequent data type casting (float/long) for rwi score
9 years ago
luccioman 3ccd89e274 Fixed MultiProtocolURL.resolveBackpath to handle remaining '..' segments
9 years ago
luccioman 4b699c469a Blacklist refactoring : extracted a function for easier unit testing
9 years ago
luccioman 54cfcc3f56 CrawlCheck_p.html : also display info about disallowed URLs.
9 years ago
luccioman 8b341e9818 Robots : properly handle URLs including non ASCII characters
9 years ago
reger e68b00678e prevent negative score on URIMetadataNode - in the special case were no
9 years ago
luccioman 242707f9b4 Fixed loadFromCache with strategy IFFRESH.
9 years ago
reger b752bcfecb adjust date in text detection to ignore some program version strings
9 years ago
reger b017e97421 optimize condenser language detection a little.
9 years ago
reger ae3717d087 adjust Tokenizer sentence count to ignore repeated punktuation (like !!!! )
9 years ago