Project

General

Profile

« Previous | Next » 

Revision 8084

Added by Jing Tao over 10 years ago

Remove a logFile method.

View differences:

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