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/net/yacy/kelondro/rwi
orbiter 650be3599f
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.
15 years ago
..
AbstractBufferedIndex.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=18500#p18500 15 years ago
AbstractIndex.java redesign of reference hash (URL-hash) parameter hand-over: 15 years ago
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. 15 years ago
BufferedIndex.java accumulated classes from different packages into the new rwi package 15 years ago
IODispatcher.java applied code changes that are recommended by PMD 15 years ago
Index.java redesign of reference hash (URL-hash) parameter hand-over: 15 years ago
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. 15 years ago
IndexReader.java accumulated classes from different packages into the new rwi package 15 years ago
Reference.java - fixes for missing or bad hashCode computation 15 years ago
ReferenceContainer.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=18500#p18500 15 years ago
ReferenceContainerArray.java update to kelondro data structures 15 years ago
ReferenceContainerCache.java redesign of reference hash (URL-hash) parameter hand-over: 15 years ago
ReferenceContainerOrder.java - fixes for missing or bad hashCode computation 15 years ago
ReferenceFactory.java accumulated classes from different packages into the new rwi package 15 years ago
ReferenceIterator.java update to kelondro data structures 15 years ago
TermSearch.java applied code changes that are recommended by PMD 15 years ago