yacy_search_server/source/de/anomic/kelondro/table
orbiter fbfdaf063d - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys
- check routine at the beginning of the import of table keys that check that all imported keys are well-formed. All records that have a ill-formed key are deleted. This is a hack and is not tested since I don't have bad data here to test with. If the effect is seen in the wild, please report in the forum.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6245 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-29 19:43:11 +00:00
..
ChunkIterator.java more refactoring of the index classes 2009-05-29 14:16:41 +00:00
Records.java code cleanup and code simplifcation 2009-06-30 22:20:55 +00:00
RecordStack.java - renamed Stack to RecordStack to avoid name confusion with new classes 2009-07-03 16:35:34 +00:00
Relations.java - After the removal of the Tree class some code simplifications are possible. This affects mostly the Records class, which can be refactored and the result of the refactoring results in a reduced number of classes. 2009-06-28 21:37:37 +00:00
SplitTable.java simplification of the code: removed unused classes, methods and variables 2009-06-30 09:27:46 +00:00
SQLTable.java code cleanup and code simplifcation 2009-06-30 22:20:55 +00:00
Table.java - patch to omit IndexOutOfBoundsException when a b64-encoded key appears not to be well-formed. In that case the key is still accepted but rated higher than other regular keys to create a virtual ordering between well-formed and ill-formed keys 2009-07-29 19:43:11 +00:00