Skip to content

YoungApple/polaris

 
 

Repository files navigation

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.

About

A code search engine for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Java 6.9%
  • Other 0.1%