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
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
: 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