Package de.innovationgate.webgate.api

Examples of de.innovationgate.webgate.api.WGContent.dropCore()


            if (contentClone == null) {
                handleSaveError("Unable to clone content.", content);
                continue;
            }
           
            contentClone.dropCore();
            content.dropCore();

            incSourceDocCounter();
            incTargetDocCounter();
View Full Code Here


                            if (content != null) {
                                addToIndex(db, content);
                                info.docAdded();
                                docsWithinThisSession++;
                                // the content-core is not needed anymore for data gathering - so drop core to free HEAP
                              content.dropCore();                      
                            }
                            else {
                                // content was deleted
                                _core.getLog().info("Content " + request.getDocumentKey() + " was deleted during indexer run. Indexing skipped.");
                            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.