Commit Graph

80 Commits (c14233a9331968b129efc7ce6bccecb5ebb1da1f)

Author SHA1 Message Date
orbiter c14233a933 fix for a OOM in MapView that can cause unavailability of
15 years ago
orbiter 37245430c3 fix for NPE during DHT RWI selection
15 years ago
orbiter 959b38b61b fix for memory tracker
15 years ago
orbiter a37878b7d5 url parser regex performance hack
15 years ago
orbiter 362b7a929b added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function
15 years ago
orbiter 8281e29963 - more configuration for profiling graph (number of events)
15 years ago
lotus 713cb26a27 update for memory observer algorithm
15 years ago
orbiter 29fde9ed49 better control of ranking order in sort stack
15 years ago
orbiter 93caa38d55 fix for bug in SortStack (did not appear to shrink according to required size) - caused bad and unsufficient search results
15 years ago
orbiter e34e63a039 preset of proper HashMap dimensions: should prevent re-hashing and increase performance
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter 491ba6a1ba - some refactoring in workflow
16 years ago
orbiter 969123385b added json and rss output for image search
16 years ago
orbiter d183f8d980 refactoring (moved code from ContentTransformer to TemplateEngine)
16 years ago
orbiter 23aef43786 - better synchronization in SortStack
16 years ago
orbiter 7b1f5b0430 - better media search ranking
16 years ago
orbiter 4df88a4e7a - fixes for missing or bad hashCode computation
16 years ago
orbiter dbdf2570ba added comparator and more fixes for SortStack/SortStore
16 years ago
orbiter d2938c44a1 - added bmp parser to the document parsers
16 years ago
orbiter 1dff620181 Better implementation of SortStack and SortStore and adoptions in all using classes to implement the necessary Comparable interface and hash code computation.
16 years ago
orbiter fe41a84330 some enhancements in web caching: avoid double loading of response metadata and/or content
16 years ago
orbiter 06d0dcde20 more enhancements to image search
16 years ago
orbiter 4c6312d103 enhanced image search
16 years ago
orbiter 2d8f3ee301 some performance hacks
16 years ago
orbiter fd0658ce7c avoid forced execution of InetAddress.getLocalHost() at startup, because that hangs at some strangely declared linux configurations. The Domains.localHostAddresses object is first instantiated with a more simple logic and enriched with more host addresses using a concurrent thread that will not block a startup process.
16 years ago
orbiter 013f337d3f - avoid unnecessary host name lookups for localhost
16 years ago
orbiter 5afd9f7a91 fix for crlf writing
16 years ago
orbiter 2d3c98b742 less computation within synchronized blocks
16 years ago
orbiter 1a146b0d73 added a patch to ignore bad mime-ignore patterns
16 years ago
orbiter 29fe436e36 - fixed post-ranking including prefer mask
16 years ago
orbiter 5399d1e2bc refactoring (reason: get more abstraction to use the blacklist class; for integration in other servlets)
16 years ago
orbiter a97fdb4566 catch for NPE in image parser
16 years ago
orbiter 534182559c removed concurrency hacks from SplitTable because it showed deadlock-like situation.
16 years ago
orbiter cd6745b292 accept rss feeds without channel descriptions
16 years ago
orbiter 08f1cbb125 another update to the pdf parser
16 years ago
orbiter 54c54fb144 get a handle for grep: 'StackTrace'
16 years ago
orbiter 605e896d6c more details for exception catching when parsing pdfs
16 years ago
lotus 6edc168cfe option to disable dht by memory limit:
16 years ago
orbiter 4431b9767e added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/
16 years ago
orbiter 19f31bb043 - moved OAI-PMH source list file from SETTINGS to DICTIONARIES/harvesting
16 years ago
low012 e77c906673 *) minor changes mainly in comments
16 years ago
low012 f1740edbf8 *) added skript to change memory settings, password and port (experimental, don't blame me if it messes up your configuration)
16 years ago
orbiter 11f7da06ed - fixes to csv parser
16 years ago
orbiter 9b6762ec2e - added a csv "comma separated values" parser to parse OAI-PMH sources from
16 years ago
orbiter 176e334aa4 fixes
16 years ago
orbiter 2fa6bf440b workflow update to OAI-PMH importer
16 years ago
orbiter b0b7a4f9a5 - added function to OAI-PMH reader that can pull all records from a server using an evaluation of the resumption token to get URL to retrieve remaining records
16 years ago
orbiter 350d13e153 very first working version of oai-pmh importer: if given the right url, the importer can read and index listRecord xml files and calculate the right resumptionURL which is then given as next default start point for the importer url input.
16 years ago
lotus 58616d99e4 patch for yacy disk usage detection on lvm host
16 years ago
orbiter a0e891c63d - some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports
16 years ago