104010411042104310441045104610471048
* {@inheritDoc} * * @see ch.entwine.weblounge.common.repository.WritableContentRepository#indexAsynchronously() */ public IndexOperation indexAsynchronously() throws ContentRepositoryException { IndexOperation op = new IndexOperationImpl(); processor.enqueue(op); return op; }