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 just found another instance of this problem when adding a comment on an object. The comment related indexes are reindexed, and the rest of the indexes ends up empty.
When I do a reindex and specify one index, e.g.
reindex(idxs=['getObjPositionInParent'])
then I end up with a record in solr that contains only the UID and this index:
#171 seems similar, but in my case the index exists and the value is non-empty.
It seems to me that the atomic_updates setting should not only disable
update="set"
but also cause all fields to be extracted and sent to solr.I'm using Plone 4.3.7, solr 3.3.0 and collective.solr 5.0.3 (slightly patched).
The text was updated successfully, but these errors were encountered: