Search engine builder

Discussion in 'Programming' started by gworld, Sep 7, 2006.

  1. #1
    Is there any tool that can index my site and external sites that are linked to from my site and build a search engine? I tried search engine composer but it didn't work, any other tool?
     
    gworld, Sep 7, 2006 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I've used Microsoft's Indexing Service - which just scans/indexes all files in a defined folder. Then you can just hit the query like a SQL query. Also I would advise setting a full-text index on your SQL DB. (This is for MS Server that is)
     
    ccoonen, Sep 7, 2006 IP