Skip to content

chrisgoffinet/solrize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solrize

Simple utility to import and export a collection from Solr

Installation

$ go get -v -d
$ go install
$ solrize

Usage


Usage:
  solrize [command]

Available Commands:
  export      Export a collection to .json file on disk
  help        Help about any command
  import      Import a .json file from disk to a collection

Flags:
  -c, --collection string   the name of the collection from solr
  -h, --help                help for solrize

Use "solrize [command] --help" for more information about a command.```

About

Simple utility to import and export a collection from Solr

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published