Changes between Version 6 and Version 7 of DespoinaLog/2011/01/17


Ignore:
Timestamp:
2011-01-17T13:37:07+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2011/01/17

    v6 v7  
    1313for the same pid check on /proc/6710/fd
    1414
    15  * http://lucene.apache.org/java/3_0_0/api/core/org/apache/lucene/index/IndexReader.html
    16  *
     15 * http://lucene.apache.org/java/3_0_0/api/core/org/apache/lucene/index/IndexReader.html 
     16   * try closing the Index Reader in DBIndex Plugin . :
     17   * Cannot make a static reference to the non-static method close() from the type IndexReader
     18     * try closing the created object :  reader.close();