Can zend's lucene implementation be configured to use a mysql database instead of the file system?

Posted by soulmerge on Stack Overflow See other posts from Stack Overflow or by soulmerge
Published on 2010-04-19T16:14:07Z Indexed on 2010/04/23 15:43 UTC
Read the original article Hit count: 144

Filed under:
|
|

Is there an option for Zend's lucene implementation (or a third-party plugin) that would allow me to put the lucene dictionary into a [MySQL] database?

The reason I need to ask is that the database is the only common resource for our two otherwise independent web servers.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-search-lucene