yacy_search_server/source/net/yacy/document
2009-12-02 14:01:19 +00:00
..
content added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 2009-11-05 20:28:37 +00:00
detector refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
geolocalization - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
importer - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
language replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
parser preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
AbstractParser.java - refactoring 2009-10-19 22:34:44 +00:00
Classification.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
Condenser.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
Document.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
Idiom.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
ImageParser.java - added bmp parser to the document parsers 2009-11-19 23:22:53 +00:00
ParserException.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
Phrase.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 2009-10-18 00:53:43 +00:00
TextParser.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00