Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: RES: Pattern searching - RegExp or custom component?


Message #1 by =?iso-8859-1?Q?Fl=E1vio_Rodrigues_Maciel?= <flaviorm@p...> on Wed, 24 Jul 2002 14:49:32 -0300
Wouldn't it be easier to put google search in your site or use the windows
index server if available?

-----Mensagem original-----
De: Chris Spinney [mailto:Chris.Spinney@g...]
Enviada em: quarta-feira, 24 de julho de 2002 18:40
Para: ASP components
Assunto: [asp_components] Pattern searching - RegExp or custom
component?


I'm trying to get a search engine going for the site I'm running this
summer. I found a free one through w3schools, but it was painfully slow
when I tried it. I've got a funny feeling some of the massively huge files
we've got here are responsible.

Before I try to write my own C++ component using either a KMP or BM
algorithm, will I get that much more of a performance gain over the
execute method of RegExp?

%%email.unsub%%


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002

Message #2 by "Chris Spinney" <Chris.Spinney@g...> on Wed, 24 Jul 2002 19:18:24
Yeah, but the thing is I want a little more control over it (specifically 
the directories of the site that are actually searched). We have a lot of 
information that, depending on the search, we want to exclude. This is in 
order to increase speed and reduce irrelevant hits. Later on we might be 
using the same thing on a site that will not be publicly available as well.

In addition to this, I'm a co-op student. Learning stuff about ASP and 
component building is really the only challenge I can pull out of this 
term heh, and using google is just plain too easy.

> Wouldn't it be easier to put google search in your site or use the 
windows
index server if available?

-----Mensagem original-----
De: Chris Spinney [mailto:Chris.Spinney@g...]
Enviada em: quarta-feira, 24 de julho de 2002 18:40
Para: ASP components
Assunto: [asp_components] Pattern searching - RegExp or custom
component?


I'm trying to get a search engine going for the site I'm running this
summer. I found a free one through w3schools, but it was painfully slow
when I tried it. I've got a funny feeling some of the massively huge files
we've got here are responsible.

Before I try to write my own C++ component using either a KMP or BM
algorithm, will I get that much more of a performance gain over the
execute method of RegExp?

%%email.unsub%%


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002

Message #3 by "Gonzalo Ruiz de Villa" <gonzalo.ruizdevilla@a...> on Wed, 24 Jul 2002 20:04:49 +0200
I'm using http://www.fusionbot.com.
You can obtain an xml document with the results of the search on your site
so you can show them as you like.

HTH,
Gonzalo

-----Mensaje original-----
De: Flávio Rodrigues Maciel [mailto:flaviorm@p...]
Enviado el: miércoles, 24 de julio de 2002 19:50
Para: ASP components
Asunto: [asp_components] RES: Pattern searching - RegExp or custom
component?


Wouldn't it be easier to put google search in your site or use the windows
index server if available?

-----Mensagem original-----
De: Chris Spinney [mailto:Chris.Spinney@g...]
Enviada em: quarta-feira, 24 de julho de 2002 18:40
Para: ASP components
Assunto: [asp_components] Pattern searching - RegExp or custom
component?


I'm trying to get a search engine going for the site I'm running this
summer. I found a free one through w3schools, but it was painfully slow
when I tried it. I've got a funny feeling some of the massively huge files
we've got here are responsible.

Before I try to write my own C++ component using either a KMP or BM
algorithm, will I get that much more of a performance gain over the
execute method of RegExp?

%%email.unsub%%


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.377 / Virus Database: 211 - Release Date: 15/7/2002



gonzalo.ruizdevilla@a...
%%email.unsub%%



  Return to Index