performance comparision between Zend Lucene and Java Lucene
        Posted  
        
            by Carson
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Carson
        
        
        
        Published on 2010-05-23T16:31:18Z
        Indexed on 
            2010/05/23
            16:40 UTC
        
        
        Read the original article
        Hit count: 845
        
lucene
|zend-lucene
Zend Lucene and Java Lucene are built in PHP and java repectively, and PHP language has a higher level than java.
Just wondering How big the performance difference among these two, regarding to index building and data searching?
Is it much more effective to let java create and rebuild index, and let php use the index?
© Stack Overflow or respective owner