Hi,
I encountered something i consider unusual and i am not sure if this is a feature or bug in xindice. when i create a named XMLResource e.g. doc 1 and put this resource in a collection e.g. col1 and later i wanted to "move" doc1 to a new collection e.g. col2, i simply just do the following col2.storeResource(doc1). It seems that a named XMLResource is stored as a key-value paired and thus it wont allow for duplicate documents i.e. I wont be able to have doc1 in both col1 and col2. Is this true?
Thanks in advance. chung-onn