Link to home
Start Free TrialLog in
Avatar of a182612
a182612

asked on

Web Site Search Engine software

I am running IIS 5.0 on Windows 2000 Server.  I found a packaged search engine software called 'Zoom Search Engine 3.1'.  This particuliar product says it can run on one box and use the space on that box to index the site verses on the actual server.  I was wondering if anyone had any info about this product or if there is something better out there.  I have a lot of documents on the web site both word and .pdf that folks need to find via the search engine.  Apparently the zoom has a plug-in that can do this for me.  I also have space issues at this time so need to run it from another box.  I don't want to write any code myself as I am the only person that handles all of this and other projects as well and don't have time for coding.  Thanks for any information or refrences as to what other products can do this.
Avatar of Fahdmurtaza
Fahdmurtaza
Flag of Pakistan image

Ok what I'll recommend is my favorite and I think the best free one i.e the web wiz site search. You can search for it on google and you will instantly get its link. You can download it from there and easily configure it for your site in 5 mins.

Regards
Fahd Murtaza
Avatar of passmark
passmark

If you really have no free disk space on your web site to upload the Zoom index files, then you can put the search script and the index files on another site.

For example, the CIA's world fact book web site was indexed with Zoom, but the search function put on a different host. See this page,
http://www.wrensoft.com/zoom/worldfactbook/search.php

You can see the files that are generated by Zoom here,
http://www.wrensoft.com/zoom/worldfactbook/

The search function is on this domain,
http://www.wrensoft.com/
but the results point to this domain
http://www.cia.gov/

However in your case you will probably need to select the ASP option instead of the PHP option in Zoom. (becuase you are using IIS and by default PHP is not installed on IIS).

If you have specifc questions about Zoom, list them here and I'll try to answer them point by point.

----
David
Avatar of a182612

ASKER

David, what if I add another drive and then create a virtual directory that the webserver recognizes as part of the root. Could I use that drive to run the zoom appication and then store the index that it requires?

I don't see any problem with what you are suggesting. It doesn't really matter what directory the index files are in, as long as you can access them via a URL.

For the creation of the index there are two modes in Zoom, offline mode and spider mode. In general spider mode is a better choice becuase it indexes all your dymanic content (such as ASP content and database content exposed through web pages).

----
David
Avatar of a182612

ASKER

Can I set this up so it will only index file names for .pdf and .doc documents?  
Could I also set it up to search actual .pdf and .doc files for specific keywords?
In the Configuration window of Zoom on the Scan Options tab you can enter in a list of file extensions to search. You can remove all the extensions except .doc and .pdf if you like. The potential problem you might have with this however is that you probably have a number of HTML pages that provide the navigation for your web site. (i.e. your home page is probably a HTML or ASP document, rather than a PDF).

So for the spider to get to your PDF files you’ll probably need to index and follow the links on a number of HTML pages. So removing the HTML file will maybe not give the result you want. There are a couple of ways around this problem, but it would help to know what your site is like. Can you post the URL?

I am not sure not if I understand your question about specific keywords. By default Zoom will index the entire content of PDF and Word documents and store all the words it finds in its index (not just specific keywords). Can you give an example of the behaviour you want?

------
David
Avatar of a182612

ASKER

Indexing all the documents will probably take up a lot of space.  Especially since I have so many.  Can the product use a metatag or can it just search on the document names in the URL such as 'safety/cssd/Hurricane.pdf' without actually having to store an entire .pdf file as an index?
ASKER CERTIFIED SOLUTION
Avatar of passmark
passmark

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial