I use DIH to load data from a sybase database to Solr. So far everything works well. Now I decided, that I don't want to load a certain field anymore.
So I deleted the following line
<field column="BibCode" name="bibcode"/>
in data-config.xml.
Then I deleted all data (/solr/update?stream.body=: and /solr/update?stream.body=), restarted tomcat and started a full import.
When I search now, the field bibcode still contains content and I don't understand where it comes from.
What am I doing wrong?