in my solr index i have in each document:
tag_name thread_name
i have no id for unique key and i cant turn it off because then solr says that queryelevationcomponent needs one.
even if i add tag_id or thread_id it wont work because they got identical id. tag.id = 1 and thread.id = 1.
how should i get around this issue?