yacy_search_server/source/net/yacy/document/parser
Michael Peter Christen 5878c1d599 - refactoring of log to ConcurrentLog:
jdk-based logger tend to block
at java.util.logging.Logger.log(Logger.java:476) in concurrent
environments. This makes logging a main performance issue. To overcome
this problem, this is a add-on to jdk logging to put log entries on a
concurrent message queue and log the messages one by one using a
separate process.
- FTPClient uses the concurrent logging instead of the log4j logger
2013-07-09 14:28:25 +02:00
..
augment - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
html - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
images - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
rdfa - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
xml - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
audioTagParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
bzipParser.java
csvParser.java - added new solr fields: 2012-08-31 10:30:43 +02:00
docParser.java - added new solr fields: 2012-08-31 10:30:43 +02:00
dwgParser.java
genericParser.java added url_file_name_s in default collection schema for the file name 2013-06-25 16:27:20 +02:00
gzipParser.java
htmlParser.java increased number of links limitation from 1000 to 10000 for rss feeds 2013-03-17 22:13:56 +01:00
mmParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
odtParser.java - odt & ooxml (office document) parser correction to add content to fulltext index 2013-05-20 01:50:09 +02:00
ooxmlParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
pdfParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
pptParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
psParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
rdfParser.java - added new solr fields: 2012-08-31 10:30:43 +02:00
rssParser.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
rtfParser.java - added new solr fields: 2012-08-31 10:30:43 +02:00
sevenzipParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
sidAudioParser.java - added new solr fields: 2012-08-31 10:30:43 +02:00
sitemapParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
swfParser.java added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
tarParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
torrentParser.java added a synonyms_t field to solr and a process to read synonym files. 2012-10-02 00:02:50 +02:00
vcfParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
vsdParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
xlsParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
zipParser.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00