Creating my own localised search engine

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Creating my own localised search engine

    Hi Guys

    Wonder if you can help.

    I know there are quite a few out there, FusionBot being one that I have
    taken a shine to, but if not just for the challenge I want to create my own
    localised search engine that allows me to put search across say 5 - 10 of my
    web sites.

    Now these sites are on different servers and most are not ASP hosted, but as
    FusionBot seems to be able to index remote sites and then give you a bit of
    code to query it's own DB, it must be possible to do.

    Can anybody give me any pointers on what seems to be a brute force approach.

    Many thanks.

    Rgds

    Laphan


    Laphan Guest

  2. Similar Questions and Discussions

    1. Creating A Site Search Engine
      How would I go about creating a search engine for my website... so that it would search through the content of my pages which are written in php? ...
    2. XML search engine
      I'm relatively new to flash, but designing a searchable database for a lab group that I work with. I've looked all over the place, and can't find...
    3. creating search engine
      Hello everyone, I have one major table that contains some data and contain keys to many other tables. I am using RIGHT JOIN query method to get...
    4. [PHP] Search Engine
      DvDmanDT wrote: The latest PHP|Architect issue has an article on interfacing Lucene with PHP. ...
    5. [PHP] Search Engine
      Does anyone know any free search engine for web application.... Google for "web application"? It's free. Oh, I get it! Google for "free...
  3. #2

    Default Re: Creating my own localised search engine

    Laphan wrote:
    > I want to
    > create my own localised search engine that allows me to put search
    > across say 5 - 10 of my web sites.
    >
    [url]http://www.perl.com/pub/a/2003/02/19/engine.html[/url]
    --
    William Tasso - [url]http://WilliamTasso.com[/url]


    William Tasso Guest

  4. #3

    Default Re: Creating my own localised search engine

    On Tue, 21 Oct 2003 22:58:25 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
    wrote:
    >I know there are quite a few out there, FusionBot being one that I have
    >taken a shine to, but if not just for the challenge I want to create my own
    >localised search engine that allows me to put search across say 5 - 10 of my
    >web sites.
    Have you looked at Indexing Services?

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: Creating my own localised search engine

    Thanks for the info guys.

    Not too sure about the indexing services, but my plan was as follows:

    1) client goes to my site and enters their web sites.

    2) My site, which is ASP based, basically spiders their pages into a DB (?).

    3) Client puts a bit of code on each of their sites, which a form to
    basically query my site's DB.

    The reason I was thinking of a DB was that I could give a unique ID to each
    of their sites so that they could either search web site no. 1 of Joe Bloggs
    or all of Joe Bloggs' web sites.

    Only bit that's got me stuck (which is the major part!!!) is how to do the
    spidering.

    Any ideas in light of the above??

    Rgds

    Laphan



    Jeff Cochran <jcochran.nospam@naplesgov.com> wrote in message
    news:3f9d74f2.604623652@msnews.microsoft.com...
    On Tue, 21 Oct 2003 22:58:25 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
    wrote:
    >I know there are quite a few out there, FusionBot being one that I have
    >taken a shine to, but if not just for the challenge I want to create my own
    >localised search engine that allows me to put search across say 5 - 10 of
    my
    >web sites.
    Have you looked at Indexing Services?

    Jeff


    Laphan Guest

  6. #5

    Default Re: Creating my own localised search engine

    On Wed, 22 Oct 2003 19:54:04 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
    wrote:
    >Thanks for the info guys.
    >
    >Not too sure about the indexing services, but my plan was as follows:
    >
    >1) client goes to my site and enters their web sites.
    >
    >2) My site, which is ASP based, basically spiders their pages into a DB (?).
    >
    >3) Client puts a bit of code on each of their sites, which a form to
    >basically query my site's DB.
    >
    >The reason I was thinking of a DB was that I could give a unique ID to each
    >of their sites so that they could either search web site no. 1 of Joe Bloggs
    >or all of Joe Bloggs' web sites.
    >
    >Only bit that's got me stuck (which is the major part!!!) is how to do the
    >spidering.
    >
    >Any ideas in light of the above??
    Indexing Services is out then, I read this as the client sites being
    physically on your server, not remote. The spidering isn't an ASP
    issue, you might want to ask in a programming group. Or Google for a
    spidering solution, I know I've seen them in Perl.

    Jeff

    >Jeff Cochran <jcochran.nospam@naplesgov.com> wrote in message
    >news:3f9d74f2.604623652@msnews.microsoft.com...
    >On Tue, 21 Oct 2003 22:58:25 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
    >wrote:
    >
    >>I know there are quite a few out there, FusionBot being one that I have
    >>taken a shine to, but if not just for the challenge I want to create my own
    >>localised search engine that allows me to put search across say 5 - 10 of
    >my
    >>web sites.
    >
    >Have you looked at Indexing Services?
    >
    >Jeff
    >
    Jeff Cochran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139