Re: Lucene help with query

2009-04-09 Thread Koji Sekiguchi
John Seer wrote: Koji Sekiguchi-2 wrote: If you omit norms when indexing the name field, you'll get same score back. Koji During building I set omit norms, but result doesn't change at all. I am still getting the same score I meant if you set nameField.setOmitNorms( true ), you'

Re: Lucene help with query

2009-04-09 Thread John Seer
Koji Sekiguchi-2 wrote: > > If you omit norms when indexing the name field, you'll get same score > back. > > Koji > During building I set omit norms, but result doesn't change at all. I am still getting the same score -- View this message in context: http://www.nabble.com/Lucene-help-w

Re: Lucene help with query

2009-04-08 Thread Koji Sekiguchi
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

Re: Lucene help with query

2009-04-08 Thread John Seer
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 th