indexContainers from RAM must be cloned explicitely to prevent
side-effects on stored indexContainer objects in Cache
* changed behaviour of urlReference deletion from indexContainers:
deletion does not user retrieval of all Elements from the assortments
* added textual configuration of kelondroRow and kelondroColumn definition
* update of kelondroRow usage in yacyNews
* modified kelondroAttrSeq to use modified kelondroColumn parser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2339 6c8d7289-2bf4-0310-a012-ef5d649a1542
returnwCache.tailMap(startWordHash).values().iterator();// The collection's iterator will return the values in the order that their corresponding keys appear in the tree.
// we return an iterator object that creates top-level-clones of the indexContainers
// in the cache, so that manipulations of the iterated objects do not change
yacyCore.log.logFine("DEBUG selectTransferContainersResource: added url hash '"+indexEntry.urlHash()+"' to urlCache for word hash "+container.getWordHash());
log.logFine("Deleted partial index ("+c+" URLs) for word "+this.indexContainers[i].getWordHash()+"; "+this.wordIndex.indexSize(indexContainers[i].getWordHash())+" entries left");
if(attributes.length()> attributesMaxLength)thrownewIllegalArgumentException("attribute length="+attributes.length()+" exceeds maximum size="+ attributesMaxLength);
if(attributes.length()>yacyNewsRecord.attributesMaxLength)thrownewIllegalArgumentException("attribute length="+attributes.length()+" exceeds maximum size="+yacyNewsRecord.attributesMaxLength);