Results 1 to 2 of 2

Thread: Search Engine Software

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2007
    Location
    Tulsa
    Posts
    39

    Search Engine Software

    I was wondering if anyone knew of some existing search engine software for doing a directory search and streaming that information. I have tera bytes worth of data to comb through on a server and need to find things quickly. I tried using a very good recursive searching class I wrote and threaded it out. However it is still to slow to search the entire data structure. If anyone knows of anything from code on the net to an actual sdk search engine

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Search Engine Software

    Any search service that you install on your server will still take just about the same amount of time. It needs to go through everything and index all the information that it can get so that when you use it to perform your search it can quickly access its own 'database' and give you the references you need.

    There are the Windows Search SDK and Google Desktop APIs, though. See if it helps.

Posting Permissions

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



Click Here to Expand Forum to Full Width