Package com.flaptor.indextank

Examples of com.flaptor.indextank.BoostingIndexer.del()


        indexer.updateCategories(id, prepareProperties(categories));
    }
   
    public void deleteDocument(String id) {
        BoostingIndexer indexer = engine.getIndexer();
        indexer.del(id);
    }
   
    private Map<String, String> prepareProperties(JSONObject jo) {
        Map<String, String> properties = Maps.newHashMap();
        if(jo == null) {
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.