yacy_search_server/source/net/yacy/kelondro/index
orbiter 93ea0a4789 enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index)
- no direct deletion of referenced during search (shifted to time after search)
- bundling of all deletions for the references of a single word into one remove operation
- enhanced remove operation by caring that the collection is stored sorted (experimental)
- more String -> byte[] transition for search word lists
- clean up of unused code
- enhanced memory allocation of RowSet Objects (will use a little bit less memory which was wasted before)


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6823 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-20 13:45:22 +00:00
..
ARC.java moved kelondro index 2009-10-09 23:32:08 +00:00
BinSearch.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
BufferedObjectIndex.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
Cache.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
Column.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ConcurrentARC.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
HandleMap.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
HandleSet.java enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index) 2010-04-20 13:45:22 +00:00
IndexTest.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
ObjectIndex.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
ObjectIndexCache.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00
Row.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
RowCollection.java enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index) 2010-04-20 13:45:22 +00:00
RowSet.java enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index) 2010-04-20 13:45:22 +00:00
RowSetArray.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
SimpleARC.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00