Hello,

I have a problem with the whitespaceTokenizer and scoring. An example:

id                     Titel
1                      Manchester united
2                      Manchester

With the whitespaceTokenizer "Manchester 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 in context: 
http://lucene.472066.n3.nabble.com/WhitespaceTokenizer-and-scoring-field-length-tp2865784p2865784.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to