: 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?
sorry ,i guess i should have clarified that there is a "0th" effect: all values get indexed. (the error when multivalued=false is to prevent all the values from getting indexed, since you indicated you didn't wnat multiple values when you set that option) -Hoss