Hi, We have defined a unique key as schemaid. We add documents using server.addBean(obj) method. We are using the same method for updates as well. When browsing the schema, we see that some of the schemaid values have frequency of more than 1. Since, schemaid column is defined as unique key, we are expecting when addBean, it will automatically "replace" the existing entry in index.
Are we supposed to use a different method for update as opposed to add? Regards, Sohail