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
Hi there, I'm not sure if I'm invoking the update() function correctly or not. The add() function works. Interestingly though, the add() seems to work like a replace????
There's no example of an update in the docs either.
Never mind. I don't need to update as I proved that solr "upserts" documents a'la mongo. I ditched the client when I realised its a wrapper for some fairly simple REST calls back to the solr server. superagent was sufficient for my needs.
Hi there, I'm not sure if I'm invoking the
update()
function correctly or not. Theadd()
function works. Interestingly though, theadd()
seems to work like a replace????There's no example of an update in the docs either.
Running the code below >>>
Results in this output:
The text was updated successfully, but these errors were encountered: