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: 166
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