yacy_search_server/source/de/anomic/index
orbiter 826ca79735 refactoring and new architecture to store the files of the web cache:
- files are not stored any more as individual files
- a new database structure using BLOBHeap files stores many cache entries in common files
- all file-writing procedures had been migrated to generate byte[] objects which are written with the new database methods

this is only an intermediate step to the final architecture, where cached files are written together with their metadata in one single database structure.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5276 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-10-16 21:24:09 +00:00
..
indexAbstractReferenceBlacklist.java added final where possible 2008-08-02 12:12:04 +00:00
indexCollectionRI.java shifted index deletion-on-exit rule to the class where the errors are produced 2008-09-12 11:51:48 +00:00
indexContainer.java - fixed problem with searching with quotes (still not complete, but not as bad as before) 2008-09-02 23:49:48 +00:00
indexContainerHeap.java - added language detection using metadata from documents: html and odt documents provide this information 2008-09-19 22:19:11 +00:00
indexContainerOrder.java * refactoring 2008-08-02 13:57:00 +00:00
indexDefaultReferenceBlacklist.java - changed default browser from netscape to firefox 2008-08-20 07:54:56 +00:00
indexDocumentCache.java added two new classes that will be used for the new htcache 2008-08-25 18:22:23 +00:00
indexDocumentMetadata.java refactoring and new architecture to store the files of the web cache: 2008-10-16 21:24:09 +00:00
indexPhrase.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
indexRAMRI.java fixed some problems with network switching (was not completely 'clean') 2008-09-23 12:11:19 +00:00
indexReferenceBlacklist.java added final where possible 2008-08-02 12:12:04 +00:00
indexRepositoryReference.java set default ppm when network is switched 2008-09-08 18:20:05 +00:00
indexRI.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
indexRIReader.java strong speed enhancements for the index cache dump and restore: 2008-04-02 13:18:23 +00:00
indexRWIEntry.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
indexRWIEntryOrder.java added ranking and evaluation of language type in a search 2008-09-21 00:04:42 +00:00
indexRWIRowEntry.java * refactoring 2008-08-02 13:57:00 +00:00
indexRWIVarEntry.java - fixed problem with searching with quotes (still not complete, but not as bad as before) 2008-09-02 23:49:48 +00:00
indexURLReference.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
indexWord.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00