: 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
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
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
Sen
).
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
: 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
gt;
>
> -Hoss
>
>
>
--
View this message 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.
: 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
: 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
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
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":
Dog
Cool
Big
Di
10 matches
Mail list logo