Commit Graph

9 Commits (3e22d05290f6cfea618a5af2105a73a23dee5105)

Author SHA1 Message Date
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