yacy_search_server/source/de/anomic/data
Michael Peter Christen 3bcd9d622b cleaned up classes and methods which are either superfluous at this time
or will be superfluous or subject of complete redesign after the
migration to solr. Removing these things now will make the transition to
solr more simple.
2012-07-25 14:31:54 +02:00
..
list replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
wiki made class methods static where possible 2012-07-05 12:38:41 +02:00
ymark - more abstraction for the RWI index as preparation for solr integration 2012-07-22 13:18:45 +02:00
BlogBoard.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
BlogBoardComments.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
BookmarkDate.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00
BookmarkHelper.java Adding a limit of 1000 links that a parser shall store during indexing. 2012-07-03 17:06:20 +02:00
BookmarksDB.java replaced more size() > 0 by !isEmpty() 2012-07-12 11:12:21 +02:00
DidYouMean.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
Diff.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
ListManager.java - removed cleaning of blacklist cache on startup 2012-07-10 13:08:16 +02:00
MessageBoard.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
Translator.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
URLLicense.java ConcurrentLinkedQueue has a VERY long return time on the .size() method. 2012-02-27 00:42:32 +01:00
UserDB.java Now used synchronization in all close() methods to make sure all objects 2012-05-14 07:41:55 +02:00
WorkTables.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00