Commit Graph

897 Commits (6dcb58a4b59ef4f0aadc92858c8bf7c7c322e826)

Author SHA1 Message Date
Michael Peter Christen bd3f2483a1 replaced url and date retrieval by only url retrieval
3 years ago
Michael Peter Christen d19872fd26 making sure that crawl queues are closed correctly to prevent data loss
3 years ago
Michael Peter Christen 63ad8ce6b2 removed ymarks
3 years ago
Michael Peter Christen 4cadd557dc removed synchronization in table creation
3 years ago
admin 9b7668fa58 reduced memory footprint during indexing/crawling
4 years ago
Michael Peter Christen e9c5e78868 replaced new Number(Number) with Number.instanceOf
4 years ago
Michael Peter Christen 9e13d77de4 removed call to class.finalize() because of deprecation in java 9
4 years ago
Michael Peter Christen 9ef4503672 fixed some newInstance() warnings
4 years ago
Michael Peter Christen 1cdb21592b added hazelcast and some modifications to align legacy YaCy with
4 years ago
jfhs 10bddc2c2d Decode HTML entities in all property values by default
4 years ago
sgaebel f16cd154f7 removes unused imports and variables
4 years ago
Michael Peter Christen e18d0ef544 trying to set a higher priority to the process that is involved in index
4 years ago
Michael Peter Christen 787fec0658 reduced complexity - removed concurrency in sort
4 years ago
Michael Peter Christen 22841ffbf1 creating a threaddump during every cleanup process
4 years ago
Michael Peter Christen 133440a7a6 some debug lines
4 years ago
sgaebel df9ea0a42a removes some warnings: unused imports, params
5 years ago
luccioman 08ea0b0397 Added a configurable timeout to wkhtmltopdf calls for pdf snapshots
6 years ago
luccioman 2bdd71de60 Added server side columns sorting on the Process Scheduler table
7 years ago
luccioman bb51555830 Removed remaining unsafe accesses to SimpleDateFormat instances.
7 years ago
luccioman e97580dfc7 Fixed unsafe conccurent access to generic SimpleDateFormat instances
7 years ago
luccioman fa4399d5d2 Small perf improvement : initialize threads names early when possible
7 years ago
luccioman addd18c993 Removed some remaining uses of deprecated Seed.getIP()
7 years ago
luccioman bcbd0ae1a4 Enabled partial parsing of audio resources.
7 years ago
luccioman 46c9da6428 Allow creation of vocabularies from remote CSV file URLs.
7 years ago
luccioman 6cd3847d0a Fixed NullPointerException case on Table init with relative file path.
7 years ago
luccioman 9ddf92d143 Removed unncessary reflection usage for workflow tasks.
7 years ago
luccioman 6425963cee Fixed internal tables exact value match iterator
7 years ago
luccioman 36e9b1c5b3 Fixed SegmentTest test case time dependant occasional failures
7 years ago
luccioman 938d8a9731 Added some JavaDoc
7 years ago
luccioman 6e497241f7 Properly close resources (even on error) on OS and ThreadDump classes.
7 years ago
luccioman dd9cb06d25 Fixed RWI distance calculation on multi words search queries.
7 years ago
luccioman 5d3ceb31b7 Improved search navigators counters accuracy and consistency.
8 years ago
luccioman 8e4f31bdc7 Updated internal ISO 639-1 language codes with latest standards.
8 years ago
luccioman 4eba88f2ff Removed some unnecessary uses of java.lang.reflect api.
8 years ago
luccioman b23a563065 Prevent search result failure on incomplete images information.
8 years ago
Michael Peter Christen 7f395ef937 added image link in search results
8 years ago
luccioman f369679d1c Fixed read/copy on input streams reading sometimes less than expected.
8 years ago
luccioman bf55f1d6e5 Started support of partial parsing on large streamed resources.
8 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
8 years ago
luccioman 319231a458 Added a generic XML parser, able to parse elements text and URLs.
8 years ago
luccioman 0487336ec3 Prevent integer overflow in table statistics and use strong typing
8 years ago
luccioman 5fdd5d16b1 Use volatile to ensure concurrent threads use up to date property value
8 years ago
luccioman 28b451a0b3 Made Cache compression level and lock timeout user configurable
8 years ago
luccioman a7394b479b Limit the synchronization blocking time on some Cache operations.
8 years ago
luccioman 8399275142 Properly close file output streams even on exceptions scenarios.
8 years ago
luccioman a04feac064 Ensure file input streams proper closing in both success and failures
8 years ago
luccioman c53c58fa85 Unsure closing ChunkIterator stream in every possible use case.
8 years ago
reger f9180fabc4 assure that RWI Index.Segment IODispatcher is not blocking on shudown
8 years ago
luccioman 0da1e6ba16 Factored code re-implementing DigestURL.hosthash() method.
8 years ago
reger eedee6eabb fix exception on URIMetadataNote instantiation with corrected id hash on
8 years ago