yacy_search_server/source/net/yacy/kelondro/rwi
reger 4c67ed3f8d catch rwi ranking div by zero exception
during rwi search result processing worddistance calculation is effected 
by concurrent update (normalization) of min/max ranking parameter for
wordpositions. On update of min/max the exception is raised in distance calc
and now catched. 
This concurrent update and change of ranking results is needed for speed
but should be further checked for optimization
2016-10-22 00:53:47 +02:00
..
AbstractBufferedIndex.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
AbstractIndex.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
AbstractReference.java catch rwi ranking div by zero exception 2016-10-22 00:53:47 +02:00
BufferedIndex.java refactoring 2011-12-16 23:59:29 +01:00
Index.java removed warnings 2012-10-23 19:08:44 +02:00
IndexCell.java Implement sharing of ioDispatcher for term & citation index 2015-05-25 19:46:26 +02:00
IndexReader.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
IODispatcher.java Implement sharing of ioDispatcher for term & citation index 2015-05-25 19:46:26 +02:00
Reference.java add some javadoc to rwi wordreference distance, position 2016-09-14 00:36:19 +02:00
ReferenceContainer.java fixed generics warnings for generic array instantiation that appeared 2014-05-20 21:50:16 +02:00
ReferenceContainerArray.java enhanced the resource observer 2014-02-12 01:00:44 +01:00
ReferenceContainerCache.java changed method to write the citation index: do not catch up references 2014-09-02 13:22:12 +02:00
ReferenceContainerOrder.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
ReferenceFactory.java corrected result counter 2013-02-27 22:40:23 +01:00
ReferenceIterator.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
TermSearch.java clean-up: removed unused methods in kelondro 2012-10-06 03:34:52 +02:00