You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why it didn't strike my attention earlier. We made tests with topics that have german umlauts, maybe the topics had the same numbers of num_ret coincidentally..
only the titles where searched, not the narratives
-> maybe it's a sign to not work with german umlauts anymore.. But I hope it's just my script that isn't working or a problem that I overlooked.
zip-file
I changed evalpertopic.py a bit to get the same url-structure as one gets when searching in the solr interface. This version is in the zip.
The zip also includes a fieldnames.json file that only searches gnd_ss, so that the right url is quicker to find in the terminal window.
These two files have to be in [solrinstallationname]/scripts.
topics.xml and assessments.txt need to be in [solrinstallationname]/components.
Used solrconfig.xml, managed-schema and synoyms.txt is also in the zip.
I don't know why it didn't strike my attention earlier. We made tests with topics that have german umlauts, maybe the topics had the same numbers of num_ret coincidentally..
solr-version: 8.4.1
topicid: 20, topictitle: Lateinamerikanische Tänze
topicid: 21, topictitle: Gesprächsführung
tests
test 1: solr-version 8.2.0
topicid: 20, topictitle: Lateinamerikanische Tänze
-> solr-version didn't change anything with the encoding
test 2: basic managed-schema, no changes to solrconfig.xml or synonyms.txt
topicid: 20, topictitle: Lateinamerikanische Tänze
-> configurations didn't change the encoding (num_ret is 0 because of almost no configurations)
test 3: changed topic 20 in topics.xml "Lateinamerikanische Tänze" -> "Lateinamerikanische%20T%C3%A4nze"
topicid: 20, topictitle: Lateinamerikanische Tänze
-> maybe it's a sign to not work with german umlauts anymore.. But I hope it's just my script that isn't working or a problem that I overlooked.
zip-file
The zip also includes a fieldnames.json file that only searches gnd_ss, so that the right url is quicker to find in the terminal window.
These two files have to be in [solrinstallationname]/scripts.
filesfortesting.zip
The text was updated successfully, but these errors were encountered: