Commit Graph

16 Commits (bf8a6d984855f3aaca35b866a1e27d988e933f21)

Author SHA1 Message Date
reger 3c7220bc7b Refacture rwi reference word position and word distance calculation
8 years ago
reger 4c67ed3f8d catch rwi ranking div by zero exception
8 years ago
reger 68217465fe div by null in word distance calculation
8 years ago
reger 8b74a6bf57 fix min/max calculation of WordReferenceVars.distance()
8 years ago
reger 3b694b3935 add some javadoc to rwi wordreference distance, position
9 years ago
reger 120bf7e6e2 implemented RWI WordReference to return the word position value (was always left empty)
9 years ago
Michael Peter Christen 8b44fcf0f4 added missing @Override annotation
11 years ago
orbiter 0cbda0b2b8 - replaced all length() == 0 and size() == 0 with isEmpty()
13 years ago
orbiter 123375bfba added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy.
14 years ago
low012 3b40b98256 *) set SVN properties
14 years ago
orbiter 0ce17d823a - fixed bug in ordering
14 years ago
orbiter 5e45ded8e2 - removed locks from WordReference
14 years ago
orbiter e54cb7fb0c more bugfixes (also for latest commit)
15 years ago
orbiter be6b48311c misc bugfixes
15 years ago
orbiter 4a5100789f 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
orbiter 1e4f8b56ed accumulated classes from different packages into the new rwi package
16 years ago