Re: Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded

2012-09-19 Thread Steve McKay
You're running out of memory. There are two ways to deal with that: give the JVM more heap, or use less heap. Are you sure your code is being affected by the NetBeans settings? It looks like they're used for NetBeans' own JVM so it's not going to change anything unless your code is running in-pr

Re: LuceneIndex export to SQL-database

2012-08-16 Thread Steve McKay
#keyword values need to be stored in a separate table that references the main table so that you can have multiple #keyword rows per document row in the main table. I have no idea how to make your script do this and I don't even know if it can. You might want to check the documentation or discussio