I am trying to explain what I want in a simple way... I want to create a search engine not for files, but for a database with products. They produtcs will be sorted by date or price.
I want to create a form input for it, but with Zend_Search its possible? Cause I only found Zend_Search examples for files, not for databases... Other question: What is the best way to build an search engine service (like google or open directory project) using Zend Framework? I would like to storage 100.000.000 records in the database... Thanks! ----- Original Message ----- From: José de Menezes Soares Neto To: Alexander Veremyev Cc: [email protected] Sent: Monday, April 02, 2007 3:10 PM Subject: Re: [fw-general] search engine Hi, But I already have a database, and this article shows how to search an index created by zend_search_lucene So, I need to create a index from my database, and this is not what they explain... Thanks! ----- Original Message ----- From: Alexander Veremyev To: José de Menezes Soares Neto Cc: [email protected] Sent: Monday, April 02, 2007 1:33 PM Subject: Re: [fw-general] search engine Hi, It looks like you need Zend_Search_Lucene component to be used (http://framework.zend.com/manual/en/zend.search.html). Some number of Zend Search Lucene tutorials can be found here - http://www.zftutorials.com/zend-search/ With best regards, Alexander Veremyev. José de Menezes Soares Neto wrote: > hi friends, > how to create a search engine using zend framework?? > > i have a database with a lot of products, and when someone type > "notebook" for example, it searchs title and description fields. > > best regards, > > José de Menezes
