Lines Matching defs:doc
620 Document doc = new Document();
622 analyzerGuru.populateDocument(doc, file, path, fa, xrefOut);
630 cleanupResources(doc);
635 writer.addDocument(doc);
637 cleanupResources(doc);
653 * @param doc the document whose resources to clean up
655 private void cleanupResources(Document doc) {
656 for (IndexableField f : doc) {
865 DateTools.Resolution.MILLISECOND)); // construct uid for doc
1141 Document doc = searcher.doc(top.scoreDocs[0].doc);
1142 String foundPath = doc.get(QueryBuilder.PATH);
1146 IndexableField tags = doc.getField(QueryBuilder.TAGS);