yacy_search_server/source/net/yacy/kelondro/rwi
2010-04-14 20:30:34 +00:00
..
AbstractBufferedIndex.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=18500#p18500 2010-01-09 00:08:16 +00:00
AbstractIndex.java redesign of reference hash (URL-hash) parameter hand-over: 2010-03-26 18:33:20 +00:00
AbstractReference.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
BufferedIndex.java
Index.java redesign of reference hash (URL-hash) parameter hand-over: 2010-03-26 18:33:20 +00:00
IndexCell.java added a time-out to the RWI cache to flush the cache if it has not been written for ten minutes. This additional dump criteria is necessary because some data sources repeat their vocabulary and may cause that the number of words in a RWI does not increase while the number of references in the RWI set increases. Now the RWI Buffer is flushed every 10 minutes or later if at that time already a dump is ongoing. 2010-04-14 20:30:34 +00:00
IndexReader.java
IODispatcher.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
Reference.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ReferenceContainer.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=18500#p18500 2010-01-09 00:08:16 +00:00
ReferenceContainerArray.java update to kelondro data structures 2010-01-12 15:37:34 +00:00
ReferenceContainerCache.java redesign of reference hash (URL-hash) parameter hand-over: 2010-03-26 18:33:20 +00:00
ReferenceContainerOrder.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ReferenceFactory.java
ReferenceIterator.java update to kelondro data structures 2010-01-12 15:37:34 +00:00
TermSearch.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00