PHP and Lucene Search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ambikadevi
    New Member
    • Feb 2007
    • 2

    PHP and Lucene Search

    Hi,

    How to integrate the "Lucene Text Search" with the PHP scripts. Any idea abt this..?
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Try Zend_Search_Luc ene.

    Comment

    • mnegi
      New Member
      • Jul 2008
      • 1

      #3
      Hey

      Please help me out how how can i configure lucene in php please

      Comment

      • pbmods
        Recognized Expert Expert
        • Apr 2007
        • 5821

        #4
        Heya, mnegi. Welcome to Bytes!

        First, you have to download and install Lucene (http://lucene.apache.org/java/docs/).

        Once you have Lucene installed, Zend's Lucene class will handle most of the details for you (http://devzone.zend.com/node/view/id/91).

        Comment

        Working...