yacy_search_server/source/de/anomic/kelondro/blob
orbiter c38c852090 modified access method to get index entries out of a array of BLOBs:
iterate them, then merge; not collect them and merge then.
This should use less memory and may behave better in an environment with many queries.
To ensure that too many queries will not cause total blocking,
a time-out of one second was also added. After the time-out
the index data that was collected so far is returned.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6013 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-02 16:53:45 +00:00
..
BLOB.java added a merge operation for IndexCell data structures 2009-03-18 16:14:31 +00:00
BLOBArray.java modified access method to get index entries out of a array of BLOBs: 2009-06-02 16:53:45 +00:00
BLOBCompressor.java added a catch Exception to all thread to check if any of them silently dies without any other notification 2009-05-05 06:31:35 +00:00
BLOBHeap.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
BLOBHeapModifier.java catch problems of file hash computation, see also: 2009-05-28 10:08:36 +00:00
BLOBTree.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
Cache.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00
Gap.java - added writing of temporary file names and renaming to final file name when index dump/merge are done. Interrupted merges can be cleaned up. 2009-04-01 12:39:11 +00:00
HeapReader.java catch problems of file hash computation, see also: 2009-05-28 10:08:36 +00:00
HeapWriter.java catch problems of file hash computation, see also: 2009-05-28 10:08:36 +00:00
MapDataMining.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
MapView.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
ObjectBuffer.java - more efficient comparator calls 2009-03-14 00:07:37 +00:00