Hopefully I'm posting this issue to right project (other options would be Hiearchial Select module).
When indexing content, I get an error:
ERROR: [product_display_index-19] multiple values encountered for non multiValued field ss_field_product_category:tid: [461, 457, 451]
This field is handled by "Hierarchial Select" module, because I need to make sure all parent terms are always included too.
Solr should be indexed as sm_* or im_* instead ss_*...
Comments
Comment #1
imiksuOh, my bad. I previously created a feature module having the index. At the time that field was a single value term and after updating the field, it didn't update the index which caused that problem.
Comment #2
drunken monkeyAh, OK, glad this solved itself. ;)