Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > search engine

Reply
Thread Tools

search engine

 
 
Marlo Brandon
Guest
Posts: n/a
 
      08-03-2004
Hi i need to create a search engine for my site.

What are the fastest, cheapest, most thorough solutions?
Out of the box?
Coding?

Where can I look for code, resources, strageies etc.
We have about 150 dynamic web pages.

Thanks!


 
Reply With Quote
 
 
 
 
ASP.Confused
Guest
Posts: n/a
 
      08-03-2004
If your entire site is indexed by Google, you can use their search within
your pages.

http://www.google.com/options/defaults.html

Might have to check licensing though.




"Marlo Brandon" <> wrote in message
news:rpydnXU_FfC0nI3cRVn-...
> Hi i need to create a search engine for my site.
>
> What are the fastest, cheapest, most thorough solutions?
> Out of the box?
> Coding?
>
> Where can I look for code, resources, strageies etc.
> We have about 150 dynamic web pages.
>
> Thanks!
>
>



 
Reply With Quote
 
 
 
 
Marlo Brandon
Guest
Posts: n/a
 
      08-03-2004
got google.
What else please?

"ASP.Confused" <anonymous@> wrote in message
news:...
> If your entire site is indexed by Google, you can use their search within
> your pages.
>
> http://www.google.com/options/defaults.html
>
> Might have to check licensing though.
>
>
>
>
> "Marlo Brandon" <> wrote in message
> news:rpydnXU_FfC0nI3cRVn-...
> > Hi i need to create a search engine for my site.
> >
> > What are the fastest, cheapest, most thorough solutions?
> > Out of the box?
> > Coding?
> >
> > Where can I look for code, resources, strageies etc.
> > We have about 150 dynamic web pages.
> >
> > Thanks!
> >
> >

>
>



 
Reply With Quote
 
ASP.Confused
Guest
Posts: n/a
 
      08-03-2004
This is all I can think of...never used it myself.

http://www.htdig.org/




"Marlo Brandon" <> wrote in message
news:i96dne6FZaXSm43cRVn-...
> got google.
> What else please?
>
> "ASP.Confused" <anonymous@> wrote in message
> news:...
> > If your entire site is indexed by Google, you can use their search

within
> > your pages.
> >
> > http://www.google.com/options/defaults.html
> >
> > Might have to check licensing though.
> >
> >
> >
> >
> > "Marlo Brandon" <> wrote in message
> > news:rpydnXU_FfC0nI3cRVn-...
> > > Hi i need to create a search engine for my site.
> > >
> > > What are the fastest, cheapest, most thorough solutions?
> > > Out of the box?
> > > Coding?
> > >
> > > Where can I look for code, resources, strageies etc.
> > > We have about 150 dynamic web pages.
> > >
> > > Thanks!
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Marlo Brandon
Guest
Posts: n/a
 
      08-04-2004
Thanks,
"ASP.Confused" <anonymous@> wrote in message
news:...
> This is all I can think of...never used it myself.
>
> http://www.htdig.org/
>
>
>
>
> "Marlo Brandon" <> wrote in message
> news:i96dne6FZaXSm43cRVn-...
> > got google.
> > What else please?
> >
> > "ASP.Confused" <anonymous@> wrote in message
> > news:...
> > > If your entire site is indexed by Google, you can use their search

> within
> > > your pages.
> > >
> > > http://www.google.com/options/defaults.html
> > >
> > > Might have to check licensing though.
> > >
> > >
> > >
> > >
> > > "Marlo Brandon" <> wrote in message
> > > news:rpydnXU_FfC0nI3cRVn-...
> > > > Hi i need to create a search engine for my site.
> > > >
> > > > What are the fastest, cheapest, most thorough solutions?
> > > > Out of the box?
> > > > Coding?
> > > >
> > > > Where can I look for code, resources, strageies etc.
> > > > We have about 150 dynamic web pages.
> > > >
> > > > Thanks!
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a
 
      08-04-2004
On Tue, 3 Aug 2004 15:18:33 -0600, "Marlo Brandon"
<> wrote:

>Hi i need to create a search engine for my site.
>
>What are the fastest, cheapest, most thorough solutions?


That would probably be Indexing Services.

>Out of the box?


Definitely Indexing Services.

>Coding?


Easiest would be Indexing Services.

>Where can I look for code, resources, strageies etc.


Start -> Help -> Indexing Services. Also Google, and MSDN.

>We have about 150 dynamic web pages.


Well, that may eliminate Indexing Services, since it doesn't index
dynamic content. If you can't index the content in the database it's
served from, perhaps look at dtSearch as a decent commercial
alternative.

http://www.dtsearch.com/

Jeff
 
Reply With Quote
 
Steven Burn
Guest
Posts: n/a
 
      08-04-2004
If your site content is in a database, why not just write your own?

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Marlo Brandon" <> wrote in message
news:rpydnXU_FfC0nI3cRVn-...
> Hi i need to create a search engine for my site.
>
> What are the fastest, cheapest, most thorough solutions?
> Out of the box?
> Coding?
>
> Where can I look for code, resources, strageies etc.
> We have about 150 dynamic web pages.
>
> Thanks!
>
>



 
Reply With Quote
 
Marlo Brandon
Guest
Posts: n/a
 
      08-04-2004
Well most of my content is in a database, but not all. There are some
pages, for instance word documents that we HTML_ize and just post on the
web.

I ended up getting SiteSearch for 50 Bucks - which is perfect. It does what
i want, without unneeded bells and whistles.
The only feature I wish it had was an FTP upload, and maybe PDF read.

http://www.marcreed.com/projects/sea...exer/tutorial/

For 50 bucks it saved me TONS of time in coding.

I didn't want this to sound like an ad,





"Steven Burn" <> wrote in message
news:%...
> If your site content is in a database, why not just write your own?
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Marlo Brandon" <> wrote in message
> news:rpydnXU_FfC0nI3cRVn-...
> > Hi i need to create a search engine for my site.
> >
> > What are the fastest, cheapest, most thorough solutions?
> > Out of the box?
> > Coding?
> >
> > Where can I look for code, resources, strageies etc.
> > We have about 150 dynamic web pages.
> >
> > Thanks!
> >
> >

>
>



 
Reply With Quote
 
Steven Burn
Guest
Posts: n/a
 
      08-04-2004
Glad to hear you found a solution ;o)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"Marlo Brandon" <> wrote in message
news:QcednbfAq4O0sIzcRVn-...
> Well most of my content is in a database, but not all. There are some
> pages, for instance word documents that we HTML_ize and just post on the
> web.
>
> I ended up getting SiteSearch for 50 Bucks - which is perfect. It does

what
> i want, without unneeded bells and whistles.
> The only feature I wish it had was an FTP upload, and maybe PDF read.
>
> http://www.marcreed.com/projects/sea...exer/tutorial/
>
> For 50 bucks it saved me TONS of time in coding.
>
> I didn't want this to sound like an ad,
>
>
>
>
>
> "Steven Burn" <> wrote in message
> news:%...
> > If your site content is in a database, why not just write your own?
> >
> > --
> >
> > Regards
> >
> > Steven Burn
> > Ur I.T. Mate Group
> > www.it-mate.co.uk
> >
> > Keeping it FREE!
> >
> >
> > "Marlo Brandon" <> wrote in message
> > news:rpydnXU_FfC0nI3cRVn-...
> > > Hi i need to create a search engine for my site.
> > >
> > > What are the fastest, cheapest, most thorough solutions?
> > > Out of the box?
> > > Coding?
> > >
> > > Where can I look for code, resources, strageies etc.
> > > We have about 150 dynamic web pages.
> > >
> > > Thanks!
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Auric__
Guest
Posts: n/a
 
      08-07-2004
On Wed, 4 Aug 2004 12:38:33 -0600, Marlo Brandon wrote:

>Well most of my content is in a database, but not all. There are some
>pages, for instance word documents that we HTML_ize and just post on the
>web.
>
>I ended up getting SiteSearch for 50 Bucks - which is perfect. It does what
>i want, without unneeded bells and whistles.
>The only feature I wish it had was an FTP upload, and maybe PDF read.


If you want to index your PDF files, look into pdf2html:
http://atrey.karlin.mff.cuni.cz/~clo...ight/pdf2html/

....but I don't know if it will work under Windows. Alternately, you
could try pdftohtml:
http://pdftohtml.sourceforge.net/

....which has Win32 binaries.
--
auric underscore underscore at hotmail dot com
*****
Monopoly? No, we just don't want competition.
-- Microsoft
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting search details from web search engine pandi Java 5 12-14-2009 04:45 AM
Search jobs at world's largest online job search engine. Findresources for all types of solomanjo@gmail.com Computer Support 0 03-13-2008 12:00 PM
Search jobs at world's largest online job search engine. Findresources for all types of solomanjo@gmail.com Digital Photography 0 03-13-2008 11:49 AM
.Net Search Engine - Has anyone used dtSearch .Net Engine? Sasha ASP .Net 3 05-22-2007 04:20 PM
| SEO , Search Engine Optimizer, SEARCH OPtiMIzAtIoN with SeaRch OPtiMizer optimizer.seo@gmail.com Digital Photography 0 04-22-2007 04:20 AM



Advertisments
 



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