I m trying to integrate Haystack with Solr. When I try to build the index, I get an error "Unknown field django_id" from SOLR. What s causing this to happen?
Ive got a problem. In each document I ve got fields: threads.id and posts.id. I want to get the field name value for them so i can get data from the database. Between the lines beneath i have marked ...