Re: Incremental Index and Comparing different Scores from different Index

2006-12-04 Thread Soeren Pekrul
Hello Nils, how about having one index for all documents with two fields "date" and "content"? You can search documents for a specific date and the score uses the global idf of all documents. Sören Nils Höller schrieb: I thought of making the idf function a NOOP, since this is somehow one o

Re: Incremental Index and Comparing different Scores from different Index

2006-12-04 Thread Nils Höller
Am Freitag, den 01.12.2006, 11:54 -0800 schrieb Chris Hostetter: > the short answer is you can't, not with the DefaultSimilarity, but you > might be able to write a custom Similarity that makes the scores > comparable by making the idf function a NOOP (of course, then your scores > won't be as

Re: Incremental Index and Comparing different Scores from different Index

2006-12-01 Thread Chris Hostetter
: I have some questions about the scoring function and about how different : scores can be compared. ... : Querying indexday1 gives me some Hits with the best having score a : Querying indexday2 gives me some Hits with the best having score b : and so on . : : Now how can I compare tho

Incremental Index and Comparing different Scores from different Index

2006-12-01 Thread Nils Höller
Hi, I have some questions about the scoring function and about how different scores can be compared. I use Lucene for indexing an archive of the web. /archive/day1/differentsites => indexday1 /archive/day2/differentsites => indexday2 /archive/day3/differentsites => indexday3 /archive/day4/differ