Package org.watermint.sourcecolon.org.opensolaris.opengrok.analysis.FileAnalyzer

Examples of org.watermint.sourcecolon.org.opensolaris.opengrok.analysis.FileAnalyzer.Genre.typeName()


        }

        if (fa != null) {
            Genre g = fa.getGenre();
            if (g == Genre.PLAIN || g == Genre.XREFABLE || g == Genre.HTML) {
                doc.add(new Field("t", g.typeName(), Field.Store.YES,
                        Field.Index.NOT_ANALYZED));
            }
            fa.analyze(doc, in);
        }
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.