As far as i know CLucene is just a replication of lucene-java version in c. The way indexing and search works for CLucene and for java-lucene is the same.
However what i have read is that CLucene is 3 times faster than java-lucene due to the fact that the C code is closer to machine language without any intermediate virtual machine as in java.
Moderator of Oracle Firebird and MsSQL (a.k.a. SQLServer) forums at Devshed.com
Business Intelligence Project Leader
Copyright (c) pabloj@users.sourceforge.net
Permission is granted to copy, distribute and/or modify this documents
under the terms of the GNU Free Documentation License;
1 comment:
Regarding CLucene...
As far as i know CLucene is just a replication of lucene-java version in c. The way indexing and search works for CLucene and for java-lucene is the same.
However what i have read is that CLucene is 3 times faster than java-lucene due to the fact that the C code is closer to machine language without any intermediate virtual machine as in java.
Post a Comment