yacy_search_server/source/de/anomic/kelondro/text
orbiter 5195c94838 two patches for performance enhancements of the index handover process from documents to the index cache:
- one word prototype is generated for each document, that is re-used when a specific word is stored.
- the index cache uses now ByteArray objects to reference to the RWI instead of byte[]. This enhances access to the the map that stores the cache. To dump the cache to the FS, the content must be sorted, but sorting takes less time than maintenance of a sorted map during caching.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5849 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-21 14:23:04 +00:00
..
metadataPrototype - refactoring 2009-04-07 09:34:41 +00:00
referencePrototype two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +00:00
AbstractBufferedIndex.java fixes in connection with transiton to byte[] hashes 2009-04-20 21:54:00 +00:00
AbstractIndex.java full redesign of index access data model: 2009-04-16 15:29:00 +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 full redesign of index access data model: 2009-04-16 15:29:00 +00:00
BufferedIndexCollection.java * convert byte[] hashes to string for log output 2009-04-18 14:35:18 +00:00
Index.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IndexBuffer.java two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +00:00
IndexCell.java two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +00:00
IndexCollection.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IndexCollectionMigration.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IndexReader.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IODispatcher.java two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +00:00
Metadata.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
MetadataRepository.java - refactoring 2009-04-07 09:34:41 +00:00
Reference.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
ReferenceContainer.java more fixes 2009-04-20 22:08:38 +00:00
ReferenceContainerArray.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
ReferenceContainerCache.java two patches for performance enhancements of the index handover process from documents to the index cache: 2009-04-21 14:23:04 +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 - 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