Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
50 lines (45 sloc)
2.61 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Inktomi Search From cyberQUEST Search Engine</title> | |
| </head> | |
| <body link="#FF0000" vlink="#FF00FF" alink="#0000FF" topmargin="0" bgcolor="#0015E0" | |
| text="#FFFFFF"> | |
| <p><a href="http://inktomi.berkeley.edu/query.html"><b>Inktomi Search Engine</b></a> | |
| <b>R - <a href="http://inktomi.berkeley.edu/addurl.html">Add URL</a></b> | |
| </p> | |
| <form action="http://inktomi.cs.berkeley.edu:1234/query/" method="GET"> | |
| <p><input type="reset" value="Reset"> <input type="SUBMIT" value="Search"> <select | |
| name="hits" size="1"> | |
| <option value="10 documents">10 </option> | |
| <option value="20 documents" selected>20 </option> | |
| <option value="30 documents">30 </option> | |
| <option value="50 documents">50 </option> | |
| <option value="100 documents">100 </option> | |
| </select> <b>Select Hits</b> <b>Display Results | |
| with</b> <select name="disp" size="1"> | |
| <option value="Full Graphics">Graphics </option> | |
| <option selected value="Text Only">Verbose </option> | |
| <option value="Terse Text Only">Terse </option> | |
| </select> <input type="TEXT" name="query" size="75" value> </p> | |
| </form> | |
| <p align="center">Inktomi is a U. C. Berkeley Research Prototype search engine. <i>Prototype</i> | |
| is the operative word here because I think this engine still needs some work before they | |
| take it out of the garage. Numerous of my site submissions have been ignored. They are | |
| going to commercialize this project and in the course of the move they have issued a | |
| concern about taking your <a href="http://inktomi.berkeley.edu/addurl.html">URL | |
| submissions</a>. There is little documentation on this service. They do publish | |
| information about how they came up with the <a | |
| href="http://inktomi.berkeley.edu/story.html">name</a> for the service and how to | |
| pronounce it. <a href="http://inktomi.berkeley.edu/query.html">Instructions</a> for using | |
| Inktomi are so simple that they take up only a few paragraphs on the query page. Inktomi | |
| has a few <a href="http://inktomi.berkeley.edu/counting.html">words</a> about how other | |
| search engines count the pages they index, but they have nothing to say about how many | |
| pages they index themselves. There is a short page describing the <a | |
| href="http://inktomi.berkeley.edu/scalable.html">Scalable Web Services technology</a> used | |
| by Inktomi. The search engine is fast and simple to use, but the results returned are thin | |
| and not at all comprehensive. The developers are <a | |
| href="http://HTTP.CS.Berkeley.EDU/~gauthier/">Paul Gauthier</a> and <a | |
| href="http://HTTP.CS.Berkeley.EDU/~brewer/">Eric Brewer</a> of the University of | |
| California at Berkeley. (5/5/96) </p> | |
| </body> | |
| </html> |