Author: natalia Date: Wed Jan 13 01:53:35 2010 New Revision: 898612 URL: http://svn.apache.org/viewvc?rev=898612&view=rev Log: do not update collection meta on document update
Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java Modified: xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java?rev=898612&r1=898611&r2=898612&view=diff ============================================================================== --- xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java (original) +++ xml/xindice/trunk/java/src/org/apache/xindice/core/Collection.java Wed Jan 13 01:53:35 2010 @@ -1231,9 +1231,6 @@ log.info(debugHeader() + "Update document: " + docKey); } putDocument(createNewKey(docKey), document, ACTION_UPDATE); - - // update the meta information if necessary - updateCollectionMeta(); } /** @@ -1256,7 +1253,6 @@ } putBinary(createNewKey(docKey), bytes, ACTION_UPDATE); - updateCollectionMeta(); } /**