Skip to content

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

Notifications You must be signed in to change notification settings

narensh/SearchSchemer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%