Michael Peter Christen
|
24d2ee3c52
|
- better date ranking
- more protection against NPE and time travel effects
|
13 years ago |
orbiter
|
0cbda0b2b8
|
- replaced all length() == 0 and size() == 0 with isEmpty()
- replaced some length() > 0 and size() > 0 with !isEmpty() - cannot be
done automatically
- implemented some isEmpty() methods
|
13 years ago |
Michael Peter Christen
|
c15fcde1c8
|
add-on to latest commit
|
13 years ago |
Michael Peter Christen
|
cf47d94888
|
performance hack to parse numbers inside of substrings without actually
generating a substring. This avoids the allocation of a String object
ech time a substring is parsed. Should affect CPU load during RWI
transmission.
|
13 years ago |
Michael Peter Christen
|
14f67f217c
|
refactoring of ContentDomain: now subclass of Classification
|
13 years ago |
Michael Peter Christen
|
7b5b9baee0
|
added citation rank to ranking profile
|
13 years ago |
Michael Peter Christen
|
36e4d82b27
|
changed ranking
|
13 years ago |
Michael Peter Christen
|
41536eb4a2
|
performance hack
|
13 years ago |
orbiter
|
64fd20b857
|
new default ranking profile
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8097 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
13 years ago |
orbiter
|
d2ea250d99
|
refactoring:
- moved many classes from de.anomic to net.yacy
- made more sub-packages for search classes
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7973 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
14 years ago |