yacy_search_server/source/de/anomic/data/ymark
orbiter 78fc3cf8f8 refactoring and new usage of SentenceReader: this class appeared as one
of the major CPU users during snippet verification. The class was not
efficient for two reasons:
- it used a too complex input stream; generated from sources and UTF8
byte-conversions. The BufferedReader applied a strong overhead.
- to feed data into the SentenceReader, multiple toString/getBytes had
been applied until a buffered Reader from an input stream was possible.
These superfluous conversions had been removed.
- the best source for the Sentence Reader is a String. Therefore the
production of Strings had been forced inside the Document class.
2012-07-04 21:15:10 +02:00
..
TablesRowComparator.java - bugfix for correctly sorting ymarks 2011-11-14 22:00:44 +00:00
YMarkAutoTagger.java refactoring and new usage of SentenceReader: this class appeared as one 2012-07-04 21:15:10 +02:00
YMarkCrawlStart.java Pattern.quote() replaces \\Q and \\E according to publication in 2012-05-17 03:55:10 +02:00
YMarkDate.java - updated to jquery flexigrid 1.1 2011-11-15 21:45:17 +00:00
YMarkEntry.java bugfix for YMarks XBEL import and export; thanks to Dominic 2011-12-06 23:17:57 +00:00
YMarkHTMLImporter.java - small bug fix to ymarks html importer 2011-12-02 23:24:40 +00:00
YMarkJSONImporter.java YMark: 2011-05-01 21:42:48 +00:00
YMarkMetadata.java better integration of blacklist according to use case 2012-07-02 13:57:29 +02:00
YMarkTables.java changed log-in text for all servlets with authentication: 2012-05-24 13:24:31 +02:00
YMarkTag.java YMark: 2011-05-01 21:42:48 +00:00
YMarkUtil.java bugfix to http://bugs.yacy.net/view.php?id=181 2012-05-19 01:06:33 +02:00
YMarkXBELImporter.java bugfix for YMarks XBEL import and export; thanks to Dominic 2011-12-06 23:17:57 +00:00