Package com.flaptor.indextank.index

Examples of com.flaptor.indextank.index.BasicPromoter


                storage = null;
                logger.info("NOT Using storage");
                break;
        }

        promoter = new BasicPromoter(baseDir, load);
        searcher = new Blender(lsi, rti, suggestor, promoter, boostsManager);
        indexer = new Dealer(lsi, rti, suggestor, boostsManager, rtiSize, promoter, functionsManager);
        status = IndexerStatus.started;

    }
View Full Code Here

TOP

Related Classes of com.flaptor.indextank.index.BasicPromoter

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.