Searched defs:document (Results 1 - 4 of 4) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java24 package org.opensolaris.opengrok.analysis.document;
H A DTroffAnalyzer.java23 package org.opensolaris.opengrok.analysis.document;
29 import org.apache.lucene.document.Document;
30 import org.apache.lucene.document.TextField;
/opengrok/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java24 package org.opensolaris.opengrok.analysis.document;
36 import org.apache.lucene.document.Document;
59 * Test method for {@link org.opensolaris.opengrok.analysis.document
75 repository.getSourceRoot() + "/document/foobar.1");
112 * Test method for {@link org.opensolaris.opengrok.analysis.document
113 * .TroffAnalyzer#analyze(org.apache.lucene.document.Document,
131 * Test method for {@link org.opensolaris.opengrok.analysis.document
140 * Test method for {@link org.opensolaris.opengrok.analysis.document
/opengrok/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java365 out.append("<document>\n");
369 // element so that the StringWriter contains a valid XML document.
376 // Close the XML document body
377 out.append("\n</document>");
386 * Parse the XML document contained in a string.
388 * @param document string with the contents of an XML document
389 * @return a DOM representation of the document
390 * @throws Exception if the document cannot be parsed
392 private Document parseXML(String document) throw argument
[all...]

Completed in 14 milliseconds