yacy_search_server/source/de/anomic/kelondro/text
2009-06-19 17:02:50 +00:00
..
citationPrototype The collection index will not be supported any more. 2009-05-20 14:51:26 +00:00
metadataPrototype refactoring: moved search query class to new search package 2009-06-15 11:49:00 +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 replaced rwi term counting method by one that computes the maximum of the blobs that contibute to the RWI. An addition of the blob sizes is wrong/incorrect and does not reflect the real size. Truncation the size operation to the maximum of all blobs is also incorrect, but not as wrong as the sum of all blob sizes wich double-counts many rwi entries. 2009-06-13 22:59:54 +00:00
Index.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00
IndexCell.java avoid merge during startup 2009-06-18 21:18:56 +00:00
IndexReader.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
IODispatcher.java uaeh 2009-06-19 14:54:39 +00:00
Metadata.java refactoring: better abstraction of reference and metadata prototypes. 2009-04-03 13:23:45 +00:00
MetadataRepository.java refactoring of blob package classes 2009-06-17 09:58:15 +00:00
Reference.java - added prototype for navigation index 2009-05-20 09:00:24 +00:00
ReferenceContainer.java a collection of 2009-06-14 22:09:08 +00:00
ReferenceContainerArray.java refactoring of blob package classes 2009-06-17 09:58:15 +00:00
ReferenceContainerCache.java better logging when writing merged dumps 2009-06-19 17:02:50 +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 refactoring of search classes -- moved Ranking Profile to search package 2009-06-16 21:45:40 +00:00
Segment.java serialized all logging using concurrency: 2009-06-15 21:19:54 +00:00
TermSearch.java - fixed problem with remote search NPE 2009-06-03 08:49:54 +00:00