yacy_search_server/source/net/yacy/search
luccioman 54fbe166ba Updated pdf cache clear steps consistently with current pdfbox version
- Removed calls to no more existing clearResources functions (on PDFont
class and its children) since upgrade to pdfbox 2.n.n
- Removed hacky usage of protected internal ClassLoader function. This
removes the warnings displayed when running with JDK9 or JDK10 :

     [java] WARNING: Illegal reflective access by
net.yacy.document.parser.pdfParser$ResourceCleaner (file:<path>) to
method java.lang.ClassLoader.findLoadedClass(java.lang.String)
     [java] WARNING: Please consider reporting this to the maintainers
of net.yacy.document.parser.pdfParser$ResourceCleaner
     [java] WARNING: Use --illegal-access=warn to enable warnings of
further illegal reflective access operations
     [java] WARNING: All illegal access operations will be denied in a
future release

Crawling thousands of pdf documents from various sources after
modifications applied, revealed no new memory leak related to pdfbox
(measurements done with JVisualVM).
2018-08-16 18:23:42 +02:00
..
index Properly lock solrInstances for reboot and restoration of embedded Solr 2018-07-08 08:57:59 +02:00
navigator Adjust and move Language Navigator to be member of the navigatior plugin 2018-02-12 00:16:34 +01:00
query Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
ranking Replaced improper ByteBuffer.equals() implementation by Arrays.equals() 2018-01-29 13:38:25 +01:00
schema corrected icons_sizes_sxt to SolrType.string 2018-05-01 14:04:15 +02:00
snippet Reduced memory footprint of text snippet extraction 2018-05-13 10:29:52 +02:00
AutoSearch.java Use the heavy ConcurrentUpdateSolrClient only when necessary 2018-06-08 11:18:29 +02:00
EventTracker.java enhanced timezone managament for indexed data: 2015-04-15 13:17:23 +02:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
ResourceObserver.java Added user-friendly controls over disk usage configuration settings. 2017-01-27 15:47:15 +01:00
Shutdown.java Added some Javadocs. 2016-12-16 10:43:00 +01:00
Switchboard.java Updated pdf cache clear steps consistently with current pdfbox version 2018-08-16 18:23:42 +02:00
SwitchboardConstants.java Made outgoing pools max total connections user configurable 2018-06-06 09:36:50 +02:00