Looking for fast, reliable search engine/indexing script

Discussion in 'PHP' started by coolcow, Jul 5, 2009.

  1. #1
    I have a databse of 500.000 records on my server and need a fast, reliable search indexing script . What are your recommendations?

    Thanks
     
    coolcow, Jul 5, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    How is the information stored in the db?

    Normally, you don't need to index data that is already in a database. Databases are designed for storage and retrieval. You would specifically search the DB, when a user performs a query. Indexing, as far as search is concerned, is normally putting data from files or web pages into a database.
     
    jestep, Jul 6, 2009 IP