Posted by petersprc on 02/06/07 03:21
In addition to MySQL FULLTEXT, you could also use Lucene
(Zend_Search_Lucene in PHP or perhaps Solr running inside Tomcat).
Performance is quite good and Lucene is very flexible.
On Feb 5, 1:27 am, "ngocviet" <ngocv...@gmail.com> wrote:
> I have a so big DB, It's about 10-100GB of text.
> Now I want to create a searching function but It take too long when I
> use LIKE from MySQL
> Anyone know the best sollution?
> Can I use Google Desktop search or an others?
> Please help!
[Back to original message]
|