Commit Graph

8901 Commits (6bd5f49c412be8edaadc5bc707dcd2a521207da5)

Author SHA1 Message Date
Thomas Koch 572558244a rm unused build properties PKGMANAGER, RESTARTCMD, DESTDIR
2 years ago
Michael Peter Christen 3d138d3fdd catch error when initializing hazelcast
2 years ago
Burkhard a6a9828181
Merge pull request #440 from lfuelling/master
3 years ago
reger24 141e86964e Fix compile deprecation warning
3 years ago
reger24 a7e93d9328 Add option to add host to default blacklist from search result
3 years ago
reger24 027e284ef9 Enhance notability of current blacklist by diff color in header
3 years ago
reger24 18dddb74c9 Harmonize loading/reading blacklist
3 years ago
reger24 f28d705cd0 update IndexBroser_p add to blacklist button
3 years ago
Michael Peter Christen 52fe2ed8ba Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
3 years ago
Michael Peter Christen 39e7bbac13 removed deprecation warning for new Double()
3 years ago
reger24 6a5f0b3684 Servlet IndexBroser_p add button "Add to blacklist"
3 years ago
Lukas Fülling 111cf48642 add missing prop
3 years ago
reger24 f33e0ed7fd revert commit 17fd1a4616
3 years ago
unknown 17fd1a4616 delete .idea not needed in distribution
3 years ago
Daleth Darko 3ced06c731 Various javadoc fixes
3 years ago
reger24 6a1e259fd0 Fix NPE in Switchboard . getURL https://github.com/yacy/yacy_search_server/issues/441
3 years ago
reger24 eae16287e9 Added epub (ebook) format to existing zipParser
3 years ago
reger24 3e34f7c596 Import Ant build.xml into Gradle and use old compile of servlets in Gradle
3 years ago
reger24 398b105781 Prevent that YaCy always starts with a exception message on none Apple systems
3 years ago
Lukas Fülling e8a00007f6 add setting for public facing port
3 years ago
Michael Peter Christen d7b17d8935 fixed missing thread name revert after balancer waiting
3 years ago
Michael Peter Christen bd3f2483a1 replaced url and date retrieval by only url retrieval
3 years ago
Michael Peter Christen 163ba26d90 replaced check for load time method
3 years ago
Michael Peter Christen 1ead7b85b5 remove compiler warning
3 years ago
Michael Peter Christen 59777010dc Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
3 years ago
Michael Peter Christen 7898815c41 disabling concurrent logging
3 years ago
sgaebel 4bf6954474 uses clientBuilder not HttpClients.custom() to have these inside the
3 years ago
sgaebel cdf901270c always use HTTPClient by 'try with resources' pattern to free up
3 years ago
sgaebel 69adaa9f55 makes our HTTPClient closable
3 years ago
sgaebel fc4275f901 handle all references for client, response, request to be able to close
3 years ago
sgaebel e7d3a363f2 refactor to use finish()
3 years ago
sgaebel 4fc876f4a3 revert back to use EntityUtils.consumeQuietly - as it simply closes the
3 years ago
sgaebel 4f0392e93e refactor use of AuthSchemeProvider
3 years ago
sgaebel b74f337859 removes double setting of UserAgent
3 years ago
sgaebel 965748fefb some refactoring using try with resources
3 years ago
Michael Peter Christen 552ab7051b fix for warc importer
3 years ago
Michael Peter Christen 3c86b7b780 attempt to make a Mac Release using gradle
3 years ago
Michael Peter Christen 999c819e3e Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
3 years ago
Michael Peter Christen fd770e90e2 spike to identify paths for YaCy within mac application bundles
3 years ago
Michael Peter Christen d19872fd26 making sure that crawl queues are closed correctly to prevent data loss
3 years ago
sgaebel 90507c0fdc comments out printing query params to std.out
3 years ago
Michael Peter Christen be0aebad84 fixes https://github.com/yacy/yacy_search_server/issues/424
3 years ago
Michael Peter Christen 63ad8ce6b2 removed ymarks
3 years ago
Michael Peter Christen ef5a71a592 enhanced crawl start response time
3 years ago
Michael Peter Christen 4cadd557dc removed synchronization in table creation
3 years ago
admin 9b7668fa58 reduced memory footprint during indexing/crawling
3 years ago
Michael Peter Christen e6a87e0426 enhanced crawler
3 years ago
Michael Peter Christen e9c5e78868 replaced new Number(Number) with Number.instanceOf
3 years ago
Michael Peter Christen 9e13d77de4 removed call to class.finalize() because of deprecation in java 9
3 years ago
Michael Peter Christen 9ef4503672 fixed some newInstance() warnings
3 years ago
Michael Peter Christen 1d41380f0a better support for mac-specific tray functions in java 9
3 years ago
Michael Peter Christen e81b770f79 enabled crawl starts with very large sets of start urls
3 years ago
Michael Peter Christen c623a3252e fix for jdk 14 bug
4 years ago
Michael Peter Christen dbd211a1ad removed/replaced reflection in memory tool
4 years ago
Michael Peter Christen 1cdb21592b added hazelcast and some modifications to align legacy YaCy with
4 years ago
Michael Christen 42ea2a1c6f
Merge pull request #405 from jfhs/jfhs/support-all-html-entities
4 years ago
Michael Christen b2af745dd6
Merge pull request #404 from lnceballosz/master
4 years ago
jfhs 10bddc2c2d Decode HTML entities in all property values by default
4 years ago
jfhs 2135d259e3 Replace hardcoded html/xml entities with a file, support decoding all defined HTML entities
4 years ago
Michael Peter Christen 8f876a8c72 added concurrency to enhance indexing speed during json surrogate import
4 years ago
Michael Peter Christen f8cbaeef93 Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
4 years ago
Michael Peter Christen a857e3d3d5 fix for json importer
4 years ago
sgaebel 1546232c94 adds ranking for multi document queries only
4 years ago
sgaebel 93b353d22d does not boost or add fields for zero-row-queries (exists())
4 years ago
sgaebel f16cd154f7 removes unused imports and variables
4 years ago
sgaebel c69c462a15 replaces a expensive getLoadTimeURL() by exists()
4 years ago
sgaebel a5488ac8f5 uses edismax queries on query counts > 1 only
4 years ago
sgaebel 26223dc25a replaces getLoadTime() by exists() with a simpler query
4 years ago
sgaebel 8e4d014c06 removes useless SolrRequestInfo.clearRequestInfo(), avoids spamming the
4 years ago
Lina Ceballos a96752f5ab adding SPDX license and copyright headers
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 8b4394a6c5 fixes for solr 8.8.1 migration
4 years ago
Michael Peter Christen ed9789214e fixed seed initialization problem
4 years ago
Al Sutton 8ade8b8775 Remove forced clear to match new behaviour in 2da71c2a40
4 years ago
Al Sutton 09695fc6d3 Update exceptions to match updated API
4 years ago
Al Sutton 69014a701e Update API Usage
4 years ago
Michael Peter Christen 3da7628117 use environment variables to overwrite configuration variables
4 years ago
Michael Peter Christen 13a2e6dc6e Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
4 years ago
Michael Peter Christen 0ae8ccf657 Make it possible to set an empty password disabling the authentication
4 years ago
Michael Peter Christen 96592a10cf added option to set yacy configuration values using environment
4 years ago
Michael Peter Christen 198826c362 added network scanner process to discover all YaCy peers in the intranet
4 years ago
Michael Peter Christen d9602e8325 Implemented a new syntax in the template engine to simplify json APIs
4 years ago
Michael Peter Christen 5a7f12a9c1 allow network scans for non-standard http/https ports
4 years ago
sgaebel b8d264f7ec fixes logging
4 years ago
Michael Peter Christen 4c920d05b5 removed superfluous lines
4 years ago
Michael Peter Christen 907f121d0c do not overwrite PW with random PW
4 years ago
Michael Peter Christen 3e6a1e0a49 fixed surrogate process counter
4 years ago
Michael Peter Christen d3526c52af fixed a problem in warc importer: do not fail if single WARC entries are
4 years ago
Michael Peter Christen 3078b74e1d Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
4 years ago
Michael Peter Christen 01cc32217f fixed apicall call method parameters
4 years ago
Michael Peter Christen 63f58e4785 enhanced strategy in host browser
4 years ago
Michael Peter Christen 9be36800a4 increased redirect depth by one
4 years ago
Michael Peter Christen d0abb0cedb enabling all crawl profiles in all network modes
4 years ago
Michael Peter Christen baad56d83d beautified default peer names
4 years ago
Michael Peter Christen 43a9f4f574 updated solr 6.6.6 -> 7.7.3
4 years ago
Michael Peter Christen c0d9a3e9a7 turned HostBrowser into a admin-only page, now called IndexBrowser
4 years ago
Michael Peter Christen d359d521a1 fixed warc importer
4 years ago
Michael Peter Christen e54ab39958 Going back to basic authentication for console/shell commands
4 years ago
Michael Peter Christen 6271e9122c javadoc fix
4 years ago
Michael Peter Christen e0f4e3fd9a enhanced ability to debug the code
4 years ago