Hi Hossman, you suggested two solutions. Can you explain little bit more on
the second option? Iam not able to understand.  Kindly explain with an
example

At the moment, the simplest mechanisms for achieving something like what 
you are describing that i know of are: 
  1) repetitive values.  Add a value twice to make it counnt (roughly) 
     twice as much. (eliminating lengthNorm and customing your Similarity 
     is neccessary to make it worth exactly twice as much) 
  2) differnet fields.  Partition the spectrum of "importance" for your 
     values into N buckets, make a field for each bucket, put the value in 
     the bucket that makes the most sense, and at query time query ofr 
     each bucket with a differnet query time boost. 

-- 
View this message in context: 
http://www.nabble.com/scoring-individual-values-in-a-multivalued-field-tp19212800p21008401.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to