Any  ideas?


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

-- 
View this message in context: 
http://www.nabble.com/Lucene-help-with-query-tp22959498p22960441.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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