Searched defs:location (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/handler/
H A DSnapShooter.java56 public SnapShooter(SolrCore core, String location) throws IOException { argument
58 if (location == null) snapDir = core.getDataDir();
61 snapDir = org.apache.solr.common.util.FileUtils.resolvePath(base, location).getAbsolutePath();
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexWriter.java4713 private void handleOOM(OutOfMemoryError oom, String location) { argument
4715 message("hit OutOfMemoryError inside " + location);

Completed in 23 milliseconds