You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/de/anomic/kelondro/text
orbiter 2c5554c912
small enhancements in search result computation speed
16 years ago
..
citationPrototype The collection index will not be supported any more. 16 years ago
metadataPrototype small enhancements in search result computation speed 16 years ago
navigationPrototype - added prototype for navigation index 16 years ago
referencePrototype - added prototype for navigation index 16 years ago
AbstractBufferedIndex.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 16 years ago
AbstractIndex.java - fixed problem with remote search NPE 16 years ago
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. 16 years ago
BufferedIndex.java more refactoring of the index classes 16 years ago
IODispatcher.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 16 years ago
Index.java - fixed problem with remote search NPE 16 years ago
IndexCell.java more refactoring of the index classes 16 years ago
IndexReader.java full redesign of index access data model: 16 years ago
Metadata.java refactoring: better abstraction of reference and metadata prototypes. 16 years ago
MetadataRepository.java increased default maximum file size for database files to 2GB 16 years ago
Reference.java - added prototype for navigation index 16 years ago
ReferenceContainer.java better handling of RWI cache for concurrency and less overhead when writing new entries -> even more indexing speed 16 years ago
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. 16 years ago
ReferenceContainerCache.java replaced tmp file extensions by prt 16 years ago
ReferenceContainerConcurrentCache.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=14955#p14955 16 years ago
ReferenceContainerOrder.java full redesign of index access data model: 16 years ago
ReferenceFactory.java - fix for join method with new generalized RWI data structure (caused by latest commit) 16 years ago
ReferenceOrder.java added a catch Exception to all thread to check if any of them silently dies without any other notification 16 years ago
Segment.java modified access method to get index entries out of a array of BLOBs: 16 years ago
TermSearch.java - fixed problem with remote search NPE 16 years ago