yacy_search_server/source/de/anomic/data
apfelmaennchen d31a632951 - added dmoz RDF dump importer
- added indexing to Tables columns to support larger bookmark
collections
- added RDF output (HTTP) for public bookmarks at /YMarks.rdf
- YMarkRDF also provides a Jena RDF Model as "internal" API
- various other changes/fixes for YMarks (mainly backend)
2012-09-09 09:53:58 +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 Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
ymark - added dmoz RDF dump importer 2012-09-09 09:53:58 +02:00
BlogBoard.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
BlogBoardComments.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
BookmarkDate.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +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 Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +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 Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +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 Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
WorkTables.java - correct length computation for BStringObject (bugfix suggested by 2012-08-26 17:46:40 +02:00