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