summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-08-15Added a parser for XZ compressed archives.luccioman
2018-08-13Fixed NullPointerException case on malformed crawl queue folder nameluccioman
2018-08-11Fixed crawl queue folder naming for IPv6 hosts on MS Windows filesystemsluccioman
2018-08-03Upgraded the OpenGeoDB dump URLluccioman
2018-07-31Adjusted yjson Solr writer to support responses from an external Solrluccioman
2018-07-31Simplified a little bit the RSS OpenSearch Solr writerluccioman
2018-07-29Fixed a NPE case on the Solr OpenSearch response writerluccioman
2018-07-28Made Solr OpenSearch RSS writer compatible with external Solr indexluccioman
2018-07-25Fixed stylesheet relative URLs rendering in Solr html writerluccioman
2018-07-24Improved rendering of the Solr api relative url in the html writerluccioman
2018-07-23Optionally render the response header when using the Solr html writerluccioman
2018-07-23Override qf and df Solr params with defaults only when they are not setluccioman
2018-07-16Removed redundant synchronization lock on network switch functionluccioman
2018-07-16Removed unnecessary synchronization lock from serverSwitch constructorluccioman
2018-07-11Fixed exceeding max size of failreason_s Solr field on large link listluccioman
2018-07-08Properly lock solrInstances for reboot and restoration of embedded Solrluccioman
2018-07-08Fixed small unnecessary lines of codeluccioman
2018-07-08Fixed useless comparison between int parameter and Long.MAX_VALUEluccioman
2018-07-05Fixed removal of URLs from the delegatedURL remote crawl stackluccioman
2018-07-04Added server side columns sorting on the Process Scheduler tableluccioman
2018-07-02Removed remaining unsafe accesses to SimpleDateFormat instances.luccioman
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