Ask a Question related to ASP, Design and Development.
-
Laphan #1
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
-
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? ... -
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... -
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... -
[PHP] Search Engine
DvDmanDT wrote: The latest PHP|Architect issue has an article on interfacing Lucene with PHP. ... -
[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... -
William Tasso #2
Re: Creating my own localised search engine
Laphan wrote:
[url]http://www.perl.com/pub/a/2003/02/19/engine.html[/url]> I want to
> create my own localised search engine that allows me to put search
> across say 5 - 10 of my web sites.
>
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Jeff Cochran #3
Re: Creating my own localised search engine
On Tue, 21 Oct 2003 22:58:25 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
wrote:
Have you looked at Indexing Services?>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.
Jeff
Jeff Cochran Guest
-
Laphan #4
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:
my>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 ofHave you looked at Indexing Services?>web sites.
Jeff
Laphan Guest
-
Jeff Cochran #5
Re: Creating my own localised search engine
On Wed, 22 Oct 2003 19:54:04 +0100, "Laphan" <news@DoNotEmailMe.co.uk>
wrote:
Indexing Services is out then, I read this as the client sites being>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??
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:
>>my>>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>>>web sites.
>Have you looked at Indexing Services?
>
>Jeff
>Jeff Cochran Guest



Reply With Quote

