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

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/search/
H A DTestTermVectors.java236 setupDoc(testDoc1, test1);
238 setupDoc(testDoc2, test2);
240 setupDoc(testDoc3, test3);
242 setupDoc(testDoc4, test4);
350 private void setupDoc(Document doc, String text) method in class:TestTermVectors
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/search/
H A DTestTermVectors.java233 setupDoc(testDoc1, test1);
235 setupDoc(testDoc2, test2);
237 setupDoc(testDoc3, test3);
239 setupDoc(testDoc4, test4);
347 private void setupDoc(Document doc, String text) method in class:TestTermVectors
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/index/
H A DDocHelper.java215 public static void setupDoc(Document doc) { method in class:DocHelper
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/index/
H A DDocHelper.java215 public static void setupDoc(Document doc) { method in class:DocHelper

Completed in 30 milliseconds