yacy_search_server/source/de/anomic/kelondro/text
orbiter c079b18ee7 - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
- added a analysis method that counts bytes that could be saved in case the new HandleMap can be applied in the most efficient way. Look for the log messages beginning with "HeapReader saturation": in most cases we could save about 30% RAM!
- removed the old FlexTable database structure. It was not used any more.
- removed memory statistics in PerformanceMemory about flex tables and node caches (node caches were used by Tree Tables, which are also not used any more)
- add a stub for a steering of navigation functions. That should help to switch off naviagtion computation in cases where it is not demanded by a client

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6034 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-07 21:48:01 +00:00
..
citationPrototype The collection index will not be supported any more. 2009-05-20 14:51:26 +00:00
metadataPrototype - refactoring 2009-04-07 09:34:41 +00:00
navigationPrototype - added prototype for navigation index 2009-05-20 09:00:24 +00:00
referencePrototype - added prototype for navigation index 2009-05-20 09:00:24 +00:00
AbstractBufferedIndex.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 2009-05-29 10:03:35 +00:00
AbstractIndex.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00
AbstractReference.java - full abstraction of index content type: the kelondro full text index may now also contain indexes about other content than text, i.e. navigation indexes or reverse linking indexes. 2009-04-15 06:34:27 +00:00
BufferedIndex.java more refactoring of the index classes 2009-05-29 14:16:41 +00:00
Index.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00
IndexCell.java more refactoring of the index classes 2009-05-29 14:16:41 +00:00
IndexReader.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IODispatcher.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 2009-05-29 10:03:35 +00:00
Metadata.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
MetadataRepository.java increased default maximum file size for database files to 2GB 2009-05-25 06:59:21 +00:00
Reference.java - added prototype for navigation index 2009-05-20 09:00:24 +00:00
ReferenceContainer.java better handling of RWI cache for concurrency and less overhead when writing new entries -> even more indexing speed 2009-05-05 20:08:23 +00:00
ReferenceContainerArray.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
ReferenceContainerCache.java replaced tmp file extensions by prt 2009-06-06 18:09:58 +00:00
ReferenceContainerConcurrentCache.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=14955#p14955 2009-05-17 18:28:33 +00:00
ReferenceContainerOrder.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
ReferenceFactory.java - fix for join method with new generalized RWI data structure (caused by latest commit) 2009-04-15 10:26:24 +00:00
ReferenceOrder.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
Segment.java modified access method to get index entries out of a array of BLOBs: 2009-06-02 16:53:45 +00:00
TermSearch.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00