Re: scoring individual values in a multivalued field

2008-12-20 Thread Chris Hostetter
: 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 [...] : 2) differnet fields. Partition the spectrum of "importance" for your : values into N buckets, make a field for ea

Re: scoring individual values in a multivalued field

2008-12-14 Thread ayyanar
Hi Sebastin, did you find solution for your problem. Kindly post the code examples. This will help me lot. -- View this message in context: http://www.nabble.com/scoring-individual-values-in-a-multivalued-field-tp19212800p21008475.html Sent from the Solr - User mailing list archive at Nabble.co

Re: scoring individual values in a multivalued field

2008-12-14 Thread ayyanar
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

Re: scoring individual values in a multivalued field

2008-10-10 Thread abhishek007
: unfortunately not possible. lengthNorm is part of fieldNorm and for each : doc there is one fieldNorm per field name... Thanks for the reply Chris, this solves part of my problem. I have explained my problem in much more detail in a separate thread (as it would have been out of context here).

Re: scoring individual values in a multivalued field

2008-10-09 Thread Chris Hostetter
: and my query string is "Hennessy", the length normalization factor considers : all 4 tokens as in "John", "Hennessy", "David", "Patterson". This is : similar to the score if my field was like: : : John Hennessy David Patterson : : I want the score to consider only that field value with an

Re: scoring individual values in a multivalued field

2008-10-07 Thread abhishek007
I hope I am in the right thread for my doubt, which is somewhat related to the ongoing discussion. I have seen that when we search in a multivaled field, the length normalization factor considers all values of the field, rather than considering only the matched field value. For example, if my doc

Re: scoring individual values in a multivalued field

2008-09-06 Thread Chris Hostetter
: I ran into the same problem some time ago, couldn't find any relation to the : boost values on the multivalued field and the search results. Does anybody as the OP mentioned, the index time boost values for a field are per field *name* not per value ... they all get folded in together into hte

Re: scoring individual values in a multivalued field

2008-09-06 Thread Chris Hostetter
: I have a multivalued field that I would want to score individually for each : value. Is there an easy way to do that? Lucene-Java has a (somewhat new) feature called "Payloads" which allows for things like this built arround the idea that when indexing, any Token cn contain an arbitrary data p

Re: scoring individual values in a multivalued field

2008-09-04 Thread Jaco
Hi, I ran into the same problem some time ago, couldn't find any relation to the boost values on the multivalued field and the search results. Does anybody have an idea how to handle this? Thanks, Jaco. 2008/8/29 Sébastien Rainville <[EMAIL PROTECTED]> > Hi, > > I have a multivalued field that