summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-06-29Removed more unsafe concurrent accesses to SimpleDateFormat instances.luccioman
2018-06-28Fixed unsafe conccurent access to generic SimpleDateFormat instancesluccioman
2018-06-20Upgraded Jetty dependency from 9.4.9 to 9.4.11luccioman
2018-06-20Fixed potential infinite loop case (does not occur in current code base)luccioman
2018-06-19Made CrawlProfile loading tolerant to malformed json string attributeluccioman
2018-06-19Fixed rendering of solr mustNoMatch value on CrawlProfileEditor_p.xmlluccioman
2018-06-19Do not block whole server startup on persisted crawl profile load errorluccioman
2018-06-19Fixed default crawl profile solr mustnotmatch query from previous commitluccioman
2018-06-19Added a new crawler document filter type using Solr syntaxluccioman
2018-06-19removed transformerMichael Christen
2018-06-11Allow edtion of scheduled next execution dates for finer controlluccioman
2018-06-08Use the heavy ConcurrentUpdateSolrClient only when necessaryluccioman
2018-06-08Add a max acceptable limit to the size of Solr responses on p2p searchluccioman
2018-06-07Consistently allow gzip compression of remote Solr responsesluccioman
2018-06-06Reuse expired connections evictors threads provided by apache and solrluccioman
2018-06-06Made outgoing pools max total connections user configurableluccioman
2018-06-05Added gzip compression of responses returned to user-agents accepting itluccioman
2018-06-02Apply remote solr configured timeout on getting connection from poolluccioman
2018-05-29Use a common pooled http connection manager for remote solr instancesluccioman
2018-05-26Removed use of deprecated ConcurrentUpdateSolrClient constructorluccioman
2018-05-26Trace level log message for monitoring remote solr response timesluccioman
2018-05-25Added a search page customization setting to display or not faviconsluccioman
2018-05-24Added missing default Solr http client connection timeout initializationluccioman
2018-05-23Small perf improvement : initialize threads names early when possibleluccioman
2018-05-21Adjusted suggestions timeout managementluccioman
2018-05-18Fixed NullPointerException when omitHeader=true on external Solr serverluccioman
2018-05-18Fixed Solr response header duplication when requesting external Solrluccioman
2018-05-18Properly handle embedded Solr partial resultsluccioman
2018-05-14Fixed largest snippet get : don't reject ones starting with a space charluccioman
2018-05-14Prevent duplication of Solr query highlight fields parametersluccioman
2018-05-13Reduced memory footprint of text snippet extractionluccioman
2018-05-11Reduced text snippet extraction processing time.luccioman
2018-05-01corrected icons_sizes_sxt to SolrType.stringsgaebel
2018-05-01Easier tracking of longest text snippets initializationsluccioman
2018-05-01Fixed text snippet max init time statistic renderingluccioman
2018-04-30Make sure for image resource url enabled index image pixel size fields are fi...reger
2018-04-29Removed more remaining uses of deprecated Seed.getIP() function.luccioman
2018-04-26Removed some remaining uses of deprecated Seed.getIP()luccioman
2018-04-24Support for preferred https in peers communication on more operationsluccioman
2018-04-23Updated call to function deprecated since commons-codec version 1.11luccioman
2018-04-15Added analysis optional setting to compute statistics on text snippetsluccioman
2018-04-12Added Solr HTML writer support for responses from remote instancesluccioman
2018-04-10Improve rendering of remote Solr admin URLsluccioman
2018-04-09Removed unnecessary "/admin" suffix from remote Solr instance admin URLluccioman
2018-04-07Ensure an embedded Solr is available for Solr dump/restore operationsluccioman
2018-04-06Ensure no remote Solr is attached before "Shut Down and Re-Start Solr"luccioman
2018-04-06Adjusted Solr select servlet output when using an external Solr onlyluccioman
2018-04-04Optionally allow external Solr server with self-signed certificateluccioman
2018-04-03Fixed NPE case in Solr select servlet on external Solr only setupluccioman
2018-04-02Added a shared Java constant for setting key server.servlets.calledluccioman