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 am trying to update a solr document using atomicUpdate , it does not give me any error but when I check it from the solr admin panel I still see that the document has the old value. It reflects the new value only after manually reloading the core.
I am also setting the autoCommit flag on the solr client as true
Want to know of the possible mistakes in my approach.
The text was updated successfully, but these errors were encountered:
I am trying to update a solr document using
atomicUpdate
, it does not give me any error but when I check it from the solr admin panel I still see that the document has the old value. It reflects the new value only after manually reloading the core.I am also setting the
autoCommit
flag on the solr client astrue
Want to know of the possible mistakes in my approach.
The text was updated successfully, but these errors were encountered: