> Test case
> doc1 : test -- one two
> three
> doc2 : test, one two three
> doc3 : one two three
>
> Search query : "one two three" by QueryParser and
> StandardAnalyzer
>
> Question: why all of three documents have the same
> score?
As Ian said, length norm values of your all documents are the same.
See Jay Hill's message at http://search-lucene.com/m/Qw6CZpvRjw/
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|