/polaris

A code search engine for Java

Primary LanguageJavaScript

Polaris Code Search

A code search engine for Java

Prestiques

Build

Go to project root and run:

	$ mvn install

Run

  1. Build index

     $ ./polaris index path-to-project1 path-to-project2 ... 
    

    The index files will be stored in "index/".

  2. Start searcher

     $ ./polaris searchserver
    
  3. Start web UI

     $ mvn jetty:run -pl polaris-webui
    

    Then a jetty server will be ready at http://localhost:8080.