| 20 | | = too many (index) files opened by Lucene reader . = |
| 21 | | * Cannot make a static reference to the non-static method close() from the type IndexReader |
| 22 | | * try closing the created object : reader.close(); |
| 23 | | * this worked ! http://www.molgenis.org/ticket/583 |
| | 20 | = "Too many (index) files opened" exception by Lucene reader . = |
| | 21 | * Cannot make a static reference to the non-static method close() from the type IndexReader |
| | 22 | * try closing the created object : reader.close(); |
| | 23 | * this worked ! http://www.molgenis.org/ticket/583 |