On Sat, 2006-05-27 at 01:17 +0200, karl wettin wrote:
> Will report back with results in a month or so. so.
Here is a report on my very simple sitegiest:
I have about 200,000 documents in my corpus. All search results are
passed on the SiteGeist-class that contains a Map,
where the dou
I did it like below, but used the lucene score instead.
Will report back with results in a month or so.
On Thu, 2006-05-25 at 11:51 +0200, karl wettin wrote:
> Did anyone write some neat tool for statistical analysis of hits over
> time? I need one. And it must be fast. Was thinking something lik
Did anyone write some neat tool for statistical analysis of hits over
time? I need one. And it must be fast. Was thinking something like this:
List timeFrames;
class TimeFrame {
Date from;
Date to;
void add(Hits hits) {
int score = 10;
for (int d = 0; score<0 && d