Hello,
is there any way how to get actual size of the Indexing context without createing it again? Example: 1] I will create new IndexingContext and get size: 132 2] New artifact will be copyied to LocalRepository 3] When I call IndexingContext.getSize() ..its still 132 there is no method like - update() ?? Only when I create new IndexingContext...the size is updated Has anybody better solution , then closing Indexing context and creating new one again? Thanks MB
