Replies: 1 comment 5 replies
-
Can you provide complete java/groovy code that can reproduce? Your code does not include how properties are indexed. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to this forum, but I'm pretty sure this is an existing bug in version 0.5.3, running with solr 7.3.3.
We have experienced this in our production environment with older versions, so I first verified that it still existed using the newest stable version.
Should I go ahead and create an issue?
If I in one transaction on a vertex delete values in a property with cardinality SET and a property with cardinality SINGLE, I experience that the property with cardinality SET, get's incorrect/wiped out from the solr index 20% of the time. The stored property is correct. I made me a test to verify. and property index.search.solr.wait-searcher is set to true.
Beta Was this translation helpful? Give feedback.
All reactions