-- jkush1121 <[email protected]> wrote
(on Friday, 10 April 2009, 04:40 AM -0700):
> I am having difficulty finding any references to java packages within your
> Search component through a simple search in eclipse, however up until now I
> was under the impression from your documentation that this was a pure java
> bridge? I'd like to write some of these tasks out in PHP as well as java,
> but I'm a bit concerned because if it's not a pure implementation, than the
> indexes PHP would be building could not be read by the lucene package (
> correct? ). 
> 
> I look forward to hearing back any responses!

Zend_Search_Lucene is an implementation of Lucene written in PHP that is
binary compatible with the Java Lucene index format. It can be used to
both read from and write to Java Lucene indexes -- in fact, on the ZF
site, we read from Lucene indexes created in Java to provide sitewide
search. Additionally, a common way to query and verify your
Zend_Search_Lucene indexes is to use Luke -- which uses the Java Lucene
implementation.

-- 
Matthew Weier O'Phinney
Software Architect      | [email protected]
Zend Framework          | http://framework.zend.com/

Reply via email to