Chris Hostetter schrieb:
> : I would be shocked if you noticed any performance difference between a
> : single-valued field and a multivalued field with one entry.
> 
> there shouldnt' be any difference at all in search performance, or index
> size ... marking a field multiValued should only have two effects:
> 
>   1) on document add/update no error will be thrown if more then one value
> is enncountered
>   2) the response writer may created a slightly larger response document
> since it's rendering a list instead of an item (even if every document
> returned only has one item in the list)
> 
> (this is one of hte big differneces between using version=2.0 and
> version=2.1 with XmlResponseWriter ... in 2.0 it would only make a list if
> there is more then one item - even if the field is multiValued)
> 
> 
> 
> -Hoss
> 
> 

So I probably got that wrong, with the multivalued fields. I thought
they not only not throw an error but really index both values.
What happens when I use a multivalue field and that is field appears two
times in a add/update doc? Is the second value lost?

Best regards,

Max

-- 
Maximilian Hütter
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel            :  (+49) 0711 - 45 10 17 578
Fax            :  (+49) 0711 - 45 10 17 573
e-mail         :  [EMAIL PROTECTED]
Sitz           :  Stuttgart, Amtsgericht Stuttgart, HRB 24106
Geschäftsführer:  Joachim Hörnle, Thomas Gentsch, Holger Dietrich

Reply via email to