luccioman
dd9cb06d25
Fixed RWI distance calculation on multi words search queries.
...
Distance was lost when storing/retrieving references to intermediate
result container.
Now all JUnit tests are again successfully passing!
8 years ago
luccioman
4743a104b5
Added some unit tests on FileUtils.
8 years ago
luccioman
f369679d1c
Fixed read/copy on input streams reading sometimes less than expected.
8 years ago
reger
777cb5b812
remove test case for Standard_MemoryControl which will always fail
...
see https://github.com/yacy/yacy_search_server/pull/114
8 years ago
reger
083df255e4
fix html tag attribute parsing containing attribute w/o value
...
e.g. itemscope or autofocus (in such case the next key was not properly
recognized).
8 years ago
luccioman
a0dfbaca6a
FileUtils : added some JavaDocs and unit test cases
8 years ago
reger
c9e81d2fa0
fix Column parsing from celldefinition string, without cellwidth def.
...
(outofbound exception)
8 years ago
reger
af39a76bf6
Reduce number of default max. search navigator lines (from 10000)
...
to 100 + make it configurable
8 years ago
reger
20a1b29ed3
add simple test case for ReferenceContainer helpful for debugging
...
calculated ranking parameter
8 years ago
reger
3c7220bc7b
Refacture rwi reference word position and word distance calculation
...
used for rwi ranking.
Main changes:
- introduce a posintext() to access the stored value. This reduces also mem alloc of position array for WordReferenceRow (index access)
- use the positions() array for joined references on multi-word queries if needed (otherwise allow positions() to be null
- adjust assignments and the min() max() and distance() calculation accordingly
8 years ago
reger
8b74a6bf57
fix min/max calculation of WordReferenceVars.distance()
...
Issue was the calculation in AbstractReference with positions.clear() call,
this made distance result always 0 (distance needs min 2 positions) and created concurrency issues.
+ unit test of changes
9 years ago
luccioman
7717a3d43d
Fixed license headers on files created to improve favicon management.
9 years ago
luc
07222b3e1a
Added favicon url transmission in RWI chunks.
9 years ago
luc
3cc5619d93
Improved HTML icons indexing and rendering in search results.
...
See http://mantis.tokeek.de/view.php?id=629
9 years ago
reger
84c970eaec
move test classes to test/java (subdirectory as in Maven standard subdir layout)
...
because ViewImage*Test.java breaks test run
9 years ago