All Projects → sematext → Searchschemer

sematext / Searchschemer

Multi-directional schema converter for Solr, Elasticsearch, and Sensei

Programming Languages

java
68154 projects - #9 most used programming language

Introduction

SearchSchemer is a simple application which allows to convert index structure between the following search engines:

Building

mvn assembly:assembly

Using SearchSchemer

To run: $ java -jar SearchSchemer.jar --inputFile --inputType --outputFile --outputType 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

Continuous Integration environment for SearchSchemer project can be found at: https://travis-ci.org/sematext/SearchSchemer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].