Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread Otis Gospodnetic
r-user@lucene.apache.org > Sent: Wed, April 27, 2011 8:25:31 AM > Subject: Re: WhitespaceTokenizer and scoring(field length) > > Thanks!! It's clear now, sometimes the lengthNorm is the same. See the table > below: > > # of termslengthNorm >1 1.0 >2

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread Otis Gospodnetic
d > To: solr-user@lucene.apache.org > Sent: Wed, April 27, 2011 11:29:01 AM > Subject: Re: WhitespaceTokenizer and scoring(field length) > > You can turn off norms for the field. It doens't make any sense to talk > about >"changing the length norm". The length norm i

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread Ahmet Arslan
this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2870206.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread Jonathan Rochkind
9 .3125 10.3125 Is it possible to change the lengthNorm? -- View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2870206.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread roySolr
Is it possible to change the lengthNorm? -- View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2870206.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread Ahmet Arslan
2011 11:28 AM Subject: Re: WhitespaceTokenizer and scoring(field length) I thought it was something simple. Here is my configuration:                                             I search for "supermarket":     357     LIDL Headoffice             Supe

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread roySolr
View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2869546.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread roySolr
(termFreq(searchField:supermarket)=1) 2.8661766 = idf(docFreq=3194, maxDocs=20651) 0.5 = fieldNorm(field=searchField, doc=678) -- View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2869527

Re: WhitespaceTokenizer and scoring(field length)

2011-04-27 Thread roySolr
(searchField:supermarket)=1) 2.8661766 = idf(docFreq=3194, maxDocs=20651) 0.5 = fieldNorm(field=searchField, doc=678) -- View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2869524.html Sent from the Solr - User mailing list archive at

Re: WhitespaceTokenizer and scoring(field length)

2011-04-26 Thread Otis Gospodnetic
:27:44 AM > Subject: WhitespaceTokenizer and scoring(field length) > > Hello, > > I have a problem with the whitespaceTokenizer and scoring. An example: > > id Titel > 1 Manchester united > 2 Manchester > > With

Re: WhitespaceTokenizer and scoring(field length)

2011-04-26 Thread Erick Erickson
nchester united" will be splitted to > "Manchester" and "united". When > i search for "manchester" i get id 1 and 2 in my results. What i want is > that id 2 scores higher(field length). > How can i fix this? > > > -- > View this message

WhitespaceTokenizer and scoring(field length)

2011-04-26 Thread roySolr
nited". When i search for "manchester" i get id 1 and 2 in my results. What i want is that id 2 scores higher(field length). How can i fix this? -- View this message in context: http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2865784.htm