Package org.apache.roller.business.search

Examples of org.apache.roller.business.search.IndexManagerImpl


    /**
     * @see org.apache.roller.model.Roller#getIndexManager()
     */
    public IndexManager getIndexManager() throws RollerException {
        if (indexManager == null) {
            indexManager = new IndexManagerImpl();
        }
        return indexManager;
    }
View Full Code Here

TOP

Related Classes of org.apache.roller.business.search.IndexManagerImpl

Copyright © 2018 www.massapicom. 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.