Does anyone know of a good search engine for a local site?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • firewood

    Does anyone know of a good search engine for a local site?

    I'm developing a PHP/MySQL site that will take images and text and
    automatically create a website from templates. I need a good search
    engine script to run separately on each of the websites that will be
    built using my script. (i.e. search only one website, not many).

    Does anyone have a recommendation for a good search engine?
  • Carl Vondrick

    #2
    Re: Does anyone know of a good search engine for a local site?

    firewood wrote:[color=blue]
    > I'm developing a PHP/MySQL site that will take images and text and
    > automatically create a website from templates. I need a good search
    > engine script to run separately on each of the websites that will be
    > built using my script. (i.e. search only one website, not many).
    >
    > Does anyone have a recommendation for a good search engine?[/color]
    Personally, it's not that hard to write your own to get the basics down
    (don't expect it to be Google, but you can get it to be better than regular
    expressions).

    What you should look into, if you want one out of the box, is MySQL Full
    Text searching. This does pretty much most of it.

    --
    Carl Vondrick
    Web-Enginner
    Professor of Computer Science at Columbia University, researching computer vision, machine learning, and AI applications.


    To contact me, please use my website.

    Comment

    Working...