-
Notifications
You must be signed in to change notification settings - Fork 10
Multi-directional schema converter for Solr, ElasticSearch, and Sensei
strategist922/SearchSchemer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Introduction SearchSchemer is a simple application which allows to convert index structure between the following search engines: * Apache Solr (http://lucene.apache.org/solr/) * ElasticSearch (http://www.elasticsearch.org/) * SenseiDB (http://www.senseidb.com/) 2. Using SearchSchemer To run SearchSchemer You should run the following command: java -jar SearchSchemer.jar --inputFile <value> --inputType <value> --outputFile <value> --outputType <value> where: * inputFile - configuration file to read * inputType - input configuration type * outputFile - output configuration file * outputType - output configuration type The inputType and outputType properties can take the following values: * solr - for Solr schema.xml * elasticsearch - for ElasticSearch mappings file * senseidb - for SenseiDB table definition
About
Multi-directional schema converter for Solr, ElasticSearch, and Sensei
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published