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

Re: scoring individual values in a multivalued field

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

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

Re: scoring individual values in a multivalued field

2008-10-10 Thread abhishek007
). http://www.nabble.com/Querying-multivalued-field---can-scoring-formula-consider-only-matched-values--tt19865873.html#a19865873 -- View this message in context: http://www.nabble.com/scoring-individual-values-in-a-multivalued-field-tp19212800p19928740.html Sent from the Solr - User

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: : : field name=authorJohn Hennessy David Patterson/field : : I want the score to consider only that field

Re: scoring individual values in a multivalued field

2008-10-07 Thread abhishek007
in context: http://www.nabble.com/scoring-individual-values-in-a-multivalued-field-tp19212800p19852427.html Sent from the Solr - User mailing list archive at Nabble.com.

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

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

Re: scoring individual values in a multivalued field

2008-09-05 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 I

scoring individual values in a multivalued field

2008-08-28 Thread Sébastien Rainville
Hi, I have a multivalued field that I would want to score individually for each value. Is there an easy way to do that? Here's a concrete example of what I'm trying to achieve: Let's say that I have 3 documents with a field name_t and a multivalued field caracteristic_t_mv: doc field