Searched refs:analyze (Results 1 - 16 of 16) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java47 new TestableTextAnalyzer().analyze(new Document(),
57 new TestableTextAnalyzer().analyze(new Document(),
68 new TestableTextAnalyzer().analyze(new Document(),
81 new TestableTextAnalyzer().analyze(new Document(),
101 new TestableTextAnalyzer().analyze(new Document(),
116 protected void analyze(Document doc, Reader r) throws IOException { method in class:TextAnalyzerTest.TestableTextAnalyzer
/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DTextAnalyzer.java39 public final void analyze(Document doc, InputStream in) throws IOException { method in class:TextAnalyzer
64 analyze(doc, new InputStreamReader(in, charset));
67 protected abstract void analyze(Document doc, Reader reader) throws IOException; method in class:TextAnalyzer
H A DFileAnalyzer.java140 public void analyze(Document doc, InputStream in) throws IOException { method in class:FileAnalyzer
H A DAnalyzerGuru.java214 * Get an analyzer suited to analyze a file. This function will reuse
275 fa.analyze(doc, in);
461 * @param in The stream containing the data to analyze
/opengrok-sun/src/org/opensolaris/opengrok/analysis/archive/
H A DBZip2Analyzer.java60 public void analyze(Document doc, InputStream in) throws IOException { method in class:BZip2Analyzer
82 fa.analyze(doc, gzis);
H A DGZIPAnalyzer.java63 public void analyze(Document doc, InputStream in) throws IOException { method in class:GZIPAnalyzer
73 OpenGrokLogger.getLogger().log(Level.WARNING, "Did not analyze {0}, detected as data.", newname);
82 fa.analyze(doc, gzis);
H A DTarAnalyzer.java57 public void analyze(Document doc, InputStream in) throws IOException { method in class:TarAnalyzer
H A DZipAnalyzer.java57 public void analyze(Document doc, InputStream in) throws IOException { method in class:ZipAnalyzer
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DJarAnalyzer.java56 public void analyze(Document doc, InputStream in) throws IOException { method in class:JarAnalyzer
69 jca.analyze(doc, new BufferedInputStream(zis));
H A DELFAnalyzer.java80 public void analyze(Document doc, InputStream in) throws IOException { method in class:ELFAnalyzer
H A DJavaClassAnalyzer.java87 public void analyze(Document doc, InputStream in) throws IOException { method in class:JavaClassAnalyzer
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/
H A DAbstractSourceCodeAnalyzer.java65 public void analyze(Document doc, Reader in) throws IOException { method in class:AbstractSourceCodeAnalyzer
66 super.analyze(doc, in);
H A DXMLAnalyzer.java60 public void analyze(Document doc, Reader in) throws IOException { method in class:XMLAnalyzer
H A DPlainAnalyzer.java64 public void analyze(Document doc, Reader in) throws IOException { method in class:PlainAnalyzer
/opengrok-sun/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java95 * .TroffAnalyzer#analyze(org.apache.lucene.document.Document,
102 analyzer.analyze(doc, new ByteArrayInputStream(content.getBytes()));
/opengrok-sun/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzer.java62 public void analyze(Document doc, InputStream in) throws IOException { method in class:TroffAnalyzer

Completed in 564 milliseconds