Google Analytics now permits one to annotate the points on the traffic gaphs and thus allows them to become more meaningful and useful. This means that people in the organization can add their part to the annotations and thus these graphs can mean more to the Read the rest of this entry »
Apache Lucene – PHP Implementation VS Java version
I was excited to know about Lucene’s inclusion into Zend’s Framework, but a bit of Googling brought up some serious performance issues with the PHP implementation. The Java implementation works faster and I would consider using it instead.
Click here for a comprehensive comparison…
By the way, the Xapian project offers much superior performance as shown by my Recoll personal search system. I have indexed more than 7GB of data which consists of large PDF files, IMAP mailboxes, Text files, DOC files, etc.
The search results are quick, considering the size of the data indexed and the resources on my machine.
Good work Xapian team !!

