constructIndex niagara.urlsYou will be indexing the test data that we currently have on our site. You can construct a similar file for your own data. The command
runServerin the same directory will start up the search engine. To destroy the indexes you will need to issue
\rm -r seivl/*while inside the niagara_1_0/demo/search_engine directory. Do not remove seivl and seindex.config.
Next you need to run the query engine that will contact the search engine. For this you go in the directory niagara_1_0/demo/niagara_server and type
runServer -initThis will prompt you for the search engine server. If you ommit the option -init then the last server contacted will be used. Alternatively you can type
runServer -se search_engine_hostThis will bypass the config file.
The last step is to run the client program. Assume that the niagara server runs on host blackforest. To run the client you change directory to niagara_1_0/demo/client and execute
runClient blackforestThis will (hopefully) start up the client and make it connect to the server. For brief instructions on how to use the client click here.
Home |
Introduction |
Publications |
System Demo |
Software |
Group Members |
Contact Information