I up SVN and noticed some compilation errors in my eclipse in SearchTravRetVectorHighlightTask. I added FastVectorHighlighter to my build path, but it failed again because the latter is Java 1.5 compliant, and I set the compiler level to 1.4 (to comply w/ core and benchmark level).
Maybe this task should be put aside until we upgrade benchmark to 1.5? Shai