Commit Graph

  • 26aa5f7a0f Suppress compilation warning on unit testing intentional failure luccioman 2018-07-08 08:14:07 +02:00
  • 876bcd2f54 Fixed useless comparison between int parameter and Long.MAX_VALUE luccioman 2018-07-08 08:11:01 +02:00
  • 534f09e92b Added and updated hint messages about remote crawler status luccioman 2018-07-06 11:30:30 +02:00
  • c726154a59 Fixed removal of URLs from the delegatedURL remote crawl stack luccioman 2018-07-05 09:36:36 +02:00
  • 2bdd71de60 Added server side columns sorting on the Process Scheduler table luccioman 2018-07-04 10:28:32 +02:00
  • bb51555830 Removed remaining unsafe accesses to SimpleDateFormat instances. luccioman 2018-07-02 10:00:40 +02:00
  • 6b7883900c update bootstrap hosts reger 2018-07-02 00:00:04 +02:00
  • 39f7f5b074 Updated the JRE URL from 8u131 to 8u171 for the MS Windows installer luccioman 2018-06-30 14:27:37 +02:00
  • f895745e1c Removed more unsafe concurrent accesses to SimpleDateFormat instances. luccioman 2018-06-29 15:49:55 +02:00
  • 5c6c61809a Fixed JavaScript sorting of tables with cells containing an input field luccioman 2018-06-29 13:01:05 +02:00
  • 3885fd64a0 Fixed Table_API_p.html current table page loss on row editing. luccioman 2018-06-28 15:34:53 +02:00
  • e97580dfc7 Fixed unsafe conccurent access to generic SimpleDateFormat instances luccioman 2018-06-28 14:59:23 +02:00
  • 38a3a5e5ad Fixed a NullPointerException case in the suggest api luccioman 2018-06-22 10:49:01 +02:00
  • 8811700e2e Upgraded Jetty dependency from 9.4.9 to 9.4.11 luccioman 2018-06-20 09:33:26 +02:00
  • d53c33e4ef Fixed potential infinite loop case (does not occur in current code base) luccioman 2018-06-20 07:51:59 +02:00
  • a15ac8e0ca Made CrawlProfile loading tolerant to malformed json string attribute luccioman 2018-06-19 12:53:17 +02:00
  • a715bb7876 Fixed rendering of solr mustNoMatch value on CrawlProfileEditor_p.xml luccioman 2018-06-19 12:50:28 +02:00
  • 0b302c5004 Do not block whole server startup on persisted crawl profile load error luccioman 2018-06-19 12:48:17 +02:00
  • b159564c72 Properly render json string attributes in the crawl profile html editor luccioman 2018-06-19 12:46:50 +02:00
  • 4d9aa4ed1e Fixed default crawl profile solr mustnotmatch query from previous commit luccioman 2018-06-19 11:58:47 +02:00
  • cced94298a Added a new crawler document filter type using Solr syntax luccioman 2018-06-19 10:12:20 +02:00
  • 2c155ece77 Fixed JUnit test after removal of unused Transformer luccioman 2018-06-19 07:07:18 +02:00
  • e0dc632020 removed transformer it was not used any more Michael Christen 2018-06-19 00:42:23 +02:00
  • 495ca57f61 Additional minor fix in Italian translation luccioman 2018-06-12 14:29:18 +02:00
  • eb94986f95 Added Italian in available web interface languages list luccioman 2018-06-12 14:19:22 +02:00
  • 378fe3f079 Fixed various minor mistakes in italian translation luccioman 2018-06-12 14:18:29 +02:00
  • 6df1e543f3 Merge pull request #183 from SebastianoPistore/master luccioman 2018-06-12 14:15:29 +02:00
  • 9bc7b6c39d Allow edtion of scheduled next execution dates for finer control luccioman 2018-06-11 11:38:58 +02:00
  • ecccc44865 Added Italian translation. Sebastiano Pistore 2018-06-10 15:11:50 +02:00
  • 40e8c7b89b Use the heavy ConcurrentUpdateSolrClient only when necessary luccioman 2018-06-08 11:18:29 +02:00
  • bd4cfeda3f Add a max acceptable limit to the size of Solr responses on p2p search luccioman 2018-06-08 10:33:23 +02:00
  • de4ea95687 Consistently allow gzip compression of remote Solr responses luccioman 2018-06-07 09:40:54 +02:00
  • cea8187161 Reuse expired connections evictors threads provided by apache and solr luccioman 2018-06-06 14:24:05 +02:00
  • b5dc1f376f Made outgoing pools max total connections user configurable luccioman 2018-06-06 09:36:50 +02:00
  • 387d646c0e Added gzip compression of responses returned to user-agents accepting it luccioman 2018-06-05 13:35:39 +02:00
  • a7a4ba3287 Apply remote solr configured timeout on getting connection from pool luccioman 2018-06-02 17:38:14 +02:00
  • a1990202ab Fixed unresolve-pattern case on old html title luccioman 2018-06-02 14:54:05 +02:00
  • ee6670fb8f Use a common pooled http connection manager for remote solr instances luccioman 2018-05-29 09:24:21 +02:00
  • d28f9ba0f6 Removed use of deprecated ConcurrentUpdateSolrClient constructor luccioman 2018-05-26 21:00:24 +02:00
  • 8a749aa5ad Trace level log message for monitoring remote solr response times luccioman 2018-05-26 20:58:05 +02:00
  • 35826a3091 Added a search page customization setting to display or not favicons luccioman 2018-05-25 11:13:43 +02:00
  • 0082b5ab2a Added missing default Solr http client connection timeout initialization luccioman 2018-05-24 09:24:52 +02:00
  • fa4399d5d2 Small perf improvement : initialize threads names early when possible luccioman 2018-05-23 14:45:35 +02:00
  • 79bd9f623a Updated YaCy home page embedded links from http to https scheme luccioman 2018-05-22 17:46:12 +02:00
  • 1dfd3e9dde Limit the rate of calls to the suggest API when typing in search field luccioman 2018-05-22 07:55:09 +02:00
  • 84d82bfdd7 Adjusted suggestions timeout management luccioman 2018-05-21 14:49:43 +02:00
  • d5af160e60 upd to slf4j-1.7.25 reger 2018-05-20 21:51:41 +02:00
  • 65854bcb22 Fixed NullPointerException when omitHeader=true on external Solr server luccioman 2018-05-18 11:30:14 +02:00
  • c4d984cec8 Fixed Solr response header duplication when requesting external Solr luccioman 2018-05-18 11:28:30 +02:00
  • 124cc24aa3 Properly handle embedded Solr partial results luccioman 2018-05-18 10:14:54 +02:00
  • 3ce44cf250 Fixed largest snippet get : don't reject ones starting with a space char luccioman 2018-05-14 18:26:25 +02:00
  • f511e16d50 Prevent duplication of Solr query highlight fields parameters luccioman 2018-05-14 15:26:44 +02:00
  • 4f0ab318ef Fixed snippets statistics displayed "provided by Solr" count luccioman 2018-05-14 15:21:21 +02:00
  • e357ade47d Reduced memory footprint of text snippet extraction luccioman 2018-05-13 10:29:52 +02:00
  • e115e57cc7 Reduced text snippet extraction processing time. luccioman 2018-05-11 15:42:53 +02:00
  • 7525594315 upd to jwat-warc-1.1.1 reger 2018-05-06 00:49:30 +02:00
  • 1e2f094b9e Removed unnecessary html end ligne tag with invalid syntax luccioman 2018-05-03 09:00:09 +02:00
  • ce289ebaf7 Upgraded ConfigNetwork_p html doctype and added language attribute luccioman 2018-05-03 08:53:07 +02:00
  • 16254fac1e Removed unpaired select closing tag luccioman 2018-05-03 08:37:38 +02:00
  • f1061e0897 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git luccioman 2018-05-02 08:40:19 +02:00
  • 692c1cfdde Added a UI section to configure encryption of peers communications luccioman 2018-05-02 08:38:58 +02:00
  • 4b79851e12 corrected icons_sizes_sxt to SolrType.string sgaebel 2018-05-01 14:04:15 +02:00
  • 3b89c232db Easier tracking of longest text snippets initializations luccioman 2018-05-01 09:58:05 +02:00
  • 3c4344cb12 Fixed text snippet max init time statistic rendering luccioman 2018-05-01 09:39:41 +02:00
  • a8234b7ea7 Make sure for image resource url enabled index image pixel size fields are filled if at least one of the image size fields is enabled in index (images_height_val, images_width_val, images_pixel_val). Previously all fields were required to be enabled (hint: default setting is height + width enabled) reger 2018-04-30 04:59:34 +02:00
  • e67df103b5 Removed more remaining uses of deprecated Seed.getIP() function. luccioman 2018-04-29 08:26:53 +02:00
  • b81debca2e upd to jsoup-1.11.3 reger 2018-04-28 23:24:24 +02:00
  • addd18c993 Removed some remaining uses of deprecated Seed.getIP() luccioman 2018-04-26 09:39:30 +02:00
  • c35d0568b6 Support for preferred https in peers communication on more operations luccioman 2018-04-24 08:08:24 +02:00
  • 0a058ba6af Keep https in result message URL when push_p API is requested over https luccioman 2018-04-24 08:05:17 +02:00
  • e914d17aca Updated call to function deprecated since commons-codec version 1.11 luccioman 2018-04-23 08:07:56 +02:00
  • a9e054ac06 Removed Docker Cloud deploy button as service will soon be shut down luccioman 2018-04-18 09:18:49 +02:00
  • 8bc36506f2 Enforced access controls on basic administration settings pages. luccioman 2018-04-18 08:10:51 +02:00
  • 02673379df Added a start script option to run as a foreground process without JMX luccioman 2018-04-17 08:16:37 +02:00
  • a3ec7a7a5f Added analysis optional setting to compute statistics on text snippets luccioman 2018-04-15 09:55:08 +02:00
  • 508050f79c upd to icu4j-61.1 reger 2018-04-14 16:16:35 +02:00
  • 1889d484de Added Solr HTML writer support for responses from remote instances luccioman 2018-04-12 09:23:00 +02:00
  • 72808655a5 Added controls on mode switch when attached to remote Solr instance(s) luccioman 2018-04-11 07:56:41 +02:00
  • 2af3bf79c7 Improve rendering of remote Solr admin URLs luccioman 2018-04-10 11:15:31 +02:00
  • d5f9dc0848 Merge branch 'master' of https://github.com/yacy/yacy_search_server.git luccioman 2018-04-10 07:20:40 +02:00
  • bb74de7d59 Removed unnecessary "/admin" suffix from remote Solr instance admin URL luccioman 2018-04-09 00:01:45 +02:00
  • e7971fb888 upd to pdfbox-2.0.9 reger 2018-04-08 20:13:53 +02:00
  • e2b2c89feb upd to jetty-9.4.9.v20180320 reger 2018-04-07 23:39:03 +02:00
  • 0d34034f17 Ensure an embedded Solr is available for Solr dump/restore operations luccioman 2018-04-07 13:42:06 +02:00
  • d92b191942 Ensure no remote Solr is attached before "Shut Down and Re-Start Solr" luccioman 2018-04-06 20:34:54 +02:00
  • 26d8ad591c Adjusted Solr select servlet output when using an external Solr only luccioman 2018-04-06 15:16:54 +02:00
  • c867a52d96 Upgraded Solr dependencies from 6.6.2 to 6.6.3 luccioman 2018-04-05 18:15:45 +02:00
  • 69690c13a0 Optionally allow external Solr server with self-signed certificate luccioman 2018-04-04 18:16:26 +02:00
  • 1e4ceaac3f Removed seed URLs pointing to server low.audioattack.de since it will not be updated anymore. Marc Nause 2018-04-03 23:19:05 +02:00
  • b882f85900 Fixed NPE case in Solr select servlet on external Solr only setup luccioman 2018-04-03 15:36:17 +02:00
  • 6784c9be68 Updated external Solr setup basic instructions luccioman 2018-04-03 15:34:44 +02:00
  • 211f3d04ab Added hint message inciting to check accounts settings on fresh install luccioman 2018-04-02 19:48:11 +02:00
  • 2fd4d05e2f Added a shared Java constant for setting key server.servlets.called luccioman 2018-04-02 15:16:10 +02:00
  • 033f7c4c00 Adjusted localhost/qualified account admin access informational texts. luccioman 2018-04-02 15:04:56 +02:00
  • 05702c2ced Adjusted api table query matching strategies luccioman 2018-03-30 11:12:48 +02:00
  • 65451a3d62 Fixed start record on the last api table results page luccioman 2018-03-30 10:53:06 +02:00
  • 86c902b853 Enable api table page navigation with search query luccioman 2018-03-30 10:21:42 +02:00
  • 9c7faa04d8 Display the total number of matching items when filtering on table API luccioman 2018-03-29 14:24:25 +02:00
  • 311e91ff77 Added hint to clarify results rendered dates and 'Sort by date' switch luccioman 2018-03-27 18:05:20 +02:00
  • 90dc580158 Fixed initial ViewFile mode and suggestions links from previous commit luccioman 2018-03-27 08:25:40 +02:00