If you omit norms when indexing the name field, you'll get same score back.

Koji

The Seer wrote:
Hello,

I have 5 lucene documents
name: Apple
name: Apple martini
name: Apple drink
name: Apple sweet drink

I am using lucene default similarity and standard analyzer .

When I am searching for apple I am getting all 4 documents with the same
score back. If I use hits the score is 1.0 if I use hit collator is some
number

Can someone explain why?

I am generating my query using query parser
The field is ANALYZED

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to