code compilation
Native code
There is a C++ port called CLucene, if that suits you more than coffee
beans...
Otis
- Original Message
From: Seeta Somagani <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Thursday, March 23, 2006 4:47:33 PM
Subject: Native code compilati
Native code
There is a C++ port called CLucene, if that suits you more than coffee beans...
Otis
- Original Message
From: Seeta Somagani <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Thursday, March 23, 2006 4:47:33 PM
Subject: Native code compilation
Hi all
Hi all,
Has anyone tried to compile their Lucene applications into native code?
Mine works fine in a VM but the call to search() on IndexSearcher is
crashing the application, after I compile it into native code. There is
apparently no problem in instantiating an IndexSearcher though. I tried
this