Revision 8084
Added by Jing Tao over 11 years ago
metacat-index/src/main/java/edu/ucsb/nceas/metacat/index/IndexGenerator.java | ||
---|---|---|
338 | 338 |
/* |
339 | 339 |
* Write the docids which will be indexed into a file. |
340 | 340 |
*/ |
341 |
private void logFile(List<String> ids, String fileName) { |
|
341 |
/*private void logFile(List<String> ids, String fileName) {
|
|
342 | 342 |
if(ids != null) { |
343 | 343 |
try { |
344 | 344 |
String tempDir = System.getProperty("java.io.tmpdir"); |
... | ... | |
361 | 361 |
} |
362 | 362 |
|
363 | 363 |
} |
364 |
} |
|
364 |
}*/
|
|
365 | 365 |
/* |
366 | 366 |
* Doing index |
367 | 367 |
*/ |
Also available in: Unified diff
Remove a logFile method.