php - Search engine for website -



php - Search engine for website -

i thinking of having search engine website. however, came know using php browse through number of indexes saved in our database. right method or other algorithm doing same thing available..

please tell me other possible way of implementing search engine own website.

for information, website informative 1 html contents. in advance :) :)

you seek mysql total text search or more no of records suggest sphinx.

you utilize sphinx kind of search (and certainly fast), kind of fields want search on improve served straight within database - making assumptions you're providing indexes on tables.

the real strength of sphinx lies in full-text search, don't indicate you'll need. click here more details http://sphinxsearch.com/downloads .

php search-engine

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -