I am adding user details to solr . My fields are :
<doc>
<str name="fullname">myname</str>
<str name="key">12345</str>
<str name="username">myusername</str>
</doc>
Now i want to update the value of field fullname.. I am using key field as uniquekey..
How is it possible to update fullname field without username field?
Someone please help me...