CSE 494/598 - Project


PART A   


 Project Description

 Example Queries for TASK 1

Resource Description & Documentation

    Download & Setup

    • To download the code, Right Click on the Links below and select Save As from the Popup Menu .
    • Projectclass.jar contains the class files for the above mentioned interfaces and also indexed documents from an example crawl of ASU.
    • Projectdocs.jar gives the API documentation for the given code.
    • Projectsrc.jar contains the source code which can be extended for the project.
    • You must have the JDK installed on your system for you to proceed with installing the downloaded programs. If after installing the JDK you are getting command unknown for "java, javac, jar, javadoc etc." check your path and classpath settings. For Windows based systems check your Autoexec.bat (95,98) or Environment Variable Settings(Win NT/2000/XP). For Unix, Linux systems set path and classpath in your .cshrc.
    • To extract the contents of the downloaded files. Move to the directory where you want to install them and type
      • jar xvf Project1*.jar.   Add this directory to your classpath to avoid problems.
    • Project1class.jar contains compiled code for the interfaces in the source and also documents crawled by the crawler and an index generated from it. If you are interested in checking the query engine you can try
        java CSE494.SearchFiles
    • Invoke all the programs from the directory where you executed the "jar" command. This way all the path setting inside the class files will work properly. 

        Deadline : Due date for part A : 30th September, 2008


      Last Modified: 02.05.2004