Skip to content

stepinto/polaris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polaris Code Search Build Status

A code search engine for Java

Prestiques

  • JDK 1.6+
  • Maven 2+
  • Git
  • GNU Toolchain (gcc, g++, make, automake, autoconf, libtool...)
  • Protocol Buffers 2.40+

Build Java Parser

	$ git clone https://github.com/matozoid/javaparser.git
	$ cd javaparser
	$ mvn install
	$ cd ..

Build Polaris

Go to Polaris project root and run:

	$ git clone https://github.com/stepinto/polaris.git
	$ cd polaris
	$ mvn package

Run

  1. Build index

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

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

  2. Start searcher

     $ polaris-web/link-protos.sh && ./polaris devserver
    

    Navigate to https://localhost:8080.

About

A code search engine for Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •