Package org.watermint.sourcecolon.org.opensolaris.opengrok.search

Examples of org.watermint.sourcecolon.org.opensolaris.opengrok.search.Summarizer


        if (redirect != null || errorMsg != null) {
            return this;
        }
        try {
            sourceContext = new Context(query, builder.getQueries());
            summerizer = new Summarizer(query, new CompatibleAnalyser());
        } catch (Exception e) {
            log.log(Level.WARNING, "Summerizer: {0}", e.getMessage());
        }
        return this;
    }
View Full Code Here

TOP

Related Classes of org.watermint.sourcecolon.org.opensolaris.opengrok.search.Summarizer

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.