Searched refs:TEMP_DIR (Results 1 - 25 of 38) sorted by relevance

12

/lucene-3.6.0/lucene/contrib/misc/src/test/org/apache/lucene/index/
H A DTestIndexSplitter.java31 File dir = new File(TEMP_DIR, "testfilesplitter");
34 File destDir = new File(TEMP_DIR, "testfilesplitterdest");
78 File destDir2 = new File(TEMP_DIR, "testfilesplitterdest2");
99 File indexPath = new File(TEMP_DIR, "testfilesplitter");
102 File indexSplitPath = new File(TEMP_DIR, "testfilesplitterdest");
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/store/
H A DTestDirectory.java30 Directory[] dirs = new Directory[] { new RAMDirectory(), new SimpleFSDirectory(TEMP_DIR), new NIOFSDirectory(TEMP_DIR) };
119 File path = new File(TEMP_DIR, "doesnotexist");
H A DTestLockFactory.java178 NativeFSLockFactory f = new NativeFSLockFactory(TEMP_DIR);
204 File lockFile = new File(TEMP_DIR, "test.lock");
207 Lock l = new NativeFSLockFactory(TEMP_DIR).makeLock("test.lock");
218 NativeFSLockFactory f = new NativeFSLockFactory(TEMP_DIR);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/store/
H A DTestDirectory.java30 Directory[] dirs = new Directory[] { new RAMDirectory(), new SimpleFSDirectory(TEMP_DIR), new NIOFSDirectory(TEMP_DIR) };
119 File path = new File(TEMP_DIR, "doesnotexist");
H A DTestLockFactory.java176 NativeFSLockFactory f = new NativeFSLockFactory(TEMP_DIR);
202 File lockFile = new File(TEMP_DIR, "test.lock");
205 Lock l = new NativeFSLockFactory(TEMP_DIR).makeLock("test.lock");
216 NativeFSLockFactory f = new NativeFSLockFactory(TEMP_DIR);
/lucene-3.6.0/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/
H A DTestFileListEntityProcessor.java39 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
65 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
136 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
172 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
H A DTestXPathEntityProcessor.java45 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
210 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
H A DTestContentStreamDataSource.java121 File home = new File(TEMP_DIR,
H A DTestDocBuilder2.java243 File tmpdir = File.createTempFile("test", "tmp", TEMP_DIR);
H A DTestSolrEntityProcessorEndToEnd.java308 File home = new File(TEMP_DIR, getClass().getName() + "-"
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/taxonomy/writercache/cl2o/
H A DTestCompactLabelToOrdinal.java55 TEMP_DIR.mkdirs();
56 File f = new File(TEMP_DIR, "CompactLabelToOrdinalTest.tmp");
/lucene-3.6.0/lucene/contrib/benchmark/src/test/org/apache/lucene/benchmark/byTask/
H A DTestPerfTasksParse.java120 config.set("work.dir", new File(TEMP_DIR,"work").getAbsolutePath());
126 config.set("line.file.out", new File(TEMP_DIR,"o.txt").getAbsolutePath());
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/
H A DAbstractEmbeddedSolrServerTestCase.java42 tempDir = new File(TEMP_DIR, "solrtest-" + getTestClass().getSimpleName() + "-" + System.currentTimeMillis());
H A DJettyWebappTest.java59 File dataDir = new File(LuceneTestCase.TEMP_DIR,
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/
H A DPersistenceTest.java74 File storeDir = TEMP_DIR;
/lucene-3.6.0/solr/core/src/test/org/apache/solr/core/
H A DTestArbitraryIndexDir.java48 dataDir = new File(TEMP_DIR,
/lucene-3.6.0/solr/core/src/test/org/apache/solr/handler/admin/
H A DCoreAdminHandlerTest.java46 final File workDir = new File(TEMP_DIR, this.getClass().getName());
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/common/util/
H A DContentStreamTest.java52 File file = new File(TEMP_DIR, "README");
/lucene-3.6.0/solr/core/src/test/org/apache/solr/spelling/
H A DIndexBasedSpellCheckerTest.java109 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
185 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
242 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
282 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
284 File altIndexDir = new File(TEMP_DIR, "alternateIdx" + new Date().getTime());
H A DFileBasedSpellCheckerTest.java71 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
107 File indexDir = new File(TEMP_DIR, "spellingIdx" + new Date().getTime());
/lucene-3.6.0/lucene/contrib/facet/src/test/org/apache/lucene/facet/search/
H A DTestTotalFacetCounts.java90 File tmpFile = _TestUtil.createTempFile("test", "tmp", TEMP_DIR);
H A DTestTotalFacetCountsCache.java284 File outputFile = _TestUtil.createTempFile("test", "tmp", TEMP_DIR);
388 File outputFile = _TestUtil.createTempFile("test", "tmp", TEMP_DIR);
/lucene-3.6.0/solr/core/src/test/org/apache/solr/
H A DTestSolrCoreProperties.java121 homeDir = new File(TEMP_DIR,
/lucene-3.6.0/solr/core/src/test/org/apache/solr/schema/
H A DTestBinaryField.java55 File home = new File(TEMP_DIR,
/lucene-3.6.0/solr/solrj/src/test/org/apache/solr/client/solrj/
H A DTestLBHttpSolrServer.java243 File home = new File(LuceneTestCase.TEMP_DIR,

Completed in 124 milliseconds

12