Build a search engine

Discussion in 'Programming' started by redrob, Sep 16, 2010.

  1. #1
    How do I build a search engine like google?.
     
    redrob, Sep 16, 2010 IP
  2. lordspace

    lordspace Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why do you need to build one ?
    If you want to build one similar to Google you need billions

    You could use Google's Custom Search Engine
    http://www.google.com/cse/

    or maybe install a search engine script
     
    lordspace, Sep 16, 2010 IP
  3. redrob

    redrob Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am trying to make a home page like Yahoo not to copy them just that I like the home page layout I do not need a custom search engine for my site I just want a search engine that can search the web.
     
    redrob, Sep 17, 2010 IP
  4. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Like google?

    First of all, get about $500,000,000 in the bank for the basic infrastructure of servers. Once you have that then come back for step 2
     
    AstarothSolutions, Sep 17, 2010 IP
  5. redrob

    redrob Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I have see search engine software (web based) on the internet and I what to know which one is the best.
     
    redrob, Sep 17, 2010 IP
  6. parkerkrist

    parkerkrist Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    well dear it’s really a big concept. Thought of building a search engine means investing big money on workers specially experienced before building a search engine u have to build a team, if you are serious about this then send me PM. maybe I can help.

    Thanks and cheer up for your enthusiasm.
    and you can name this search engine as "Rummage"
     
    parkerkrist, Sep 17, 2010 IP
  7. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You need a few PHDs and a good VC to back you up.
     
    jazzcho, Sep 18, 2010 IP
  8. redrob

    redrob Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    We all have to start somewhere form 1 to 1,000+ staff.

    I have got a Search Engine Btea here www. electronicenterprise.co.uk/search/search.php I have got a lot to add yet im only at V1.0.0 please give me your feedback.
     
    redrob, Sep 19, 2010 IP
  9. MyVodaFone

    MyVodaFone Well-Known Member

    Messages:
    1,048
    Likes Received:
    42
    Best Answers:
    10
    Trophy Points:
    195
    #9
    To get you started with the idea, all you need to do is what all other search engines do and that's search each others stored data, for example YOU search google for "search engine" the results shown on googles page can be phrased and stored using example: json, into your own database ready for the next person that might search for "search engines" or an abbreviation of that search term. So what everyone above is trying to say, is that in no time at all you will have a huge database, millions of entries and it will probable only be 0.0000000000000001% of what people really search for. Running a database like that cost money... but not initially of course, so like google your going to need advertisers. If you came up with a catch name anythings possible, theres also techniques to deal with large databases so possible for the first second year it will cost little to run.

    EDIT check out this thread I replied to back in January, you could easily add a few db search checks and then insert results based on your first responses.
    http://forums.digitalpoint.com/showthread.php?t=1640928
     
    Last edited: Sep 19, 2010
    MyVodaFone, Sep 19, 2010 IP