8000 GitHub - fullstorydev/gosolr: golang tools for Apache Solr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fullstorydev/gosolr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosolr

FullStory open-source golang tools for Apache Solr

solrman

A library and application to automatically balance a Solr cluster.

solrmonitor

A library to monitor Solr cluster state in your own application.

Quick start

mkdir solrman
cd solrman
export GOPATH=`pwd`
go get github.com/fullstorydev/gosolr/...
./bin/solrman

Warning

solrman eliminates replicas! The current version is not configurable for multiple replicas per shard. Running solrman against an existing cluster that has replicas will delete your extra replicas.

About

golang tools for Apache Solr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17

0