Can I use Lucene with PHP ? I don\'t want to use Zend. Can I use in native PHP (not framework) ?
Yeah you can simply code a java module for indexing and searching purpose using apache lucene library. Then you can merge it with php module with php/java bridge or SOAP. It will be quite good learning experience for you.