Coder Social home page Coder Social logo

amitnema / elasticsearch-elixir Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 115 KB

Contains the common solution for elastic search engine.

Scala 23.63% Java 74.09% Shell 2.28%
elasticsearch java-8 scala java spring spark elasticsearch-plugin elasticsearch-queries elasticsearch-dsl elasticsearch-client elasticsearch-spring-demo elasticsearch-rest

elasticsearch-elixir's Introduction

Java CI with Maven | Build Status | Quality Gate | Sputnik | CircleCI

Elasticsearch Elixir

This contains the general purpose solutions for elasticsearch engine.

Build
mvn clean verify

Elasticsearch Migration

This module contains the way to convert the solr schema file xml file to elasticsearch settings-mappings json file.

USE
java -jar elasticsearch-migration-${version}-jar-with-dependencies.jar -inputFile <path/to/conf/schema.xml> -shards <number_of_shards (default=5)>  -replicas <number_of_replicas (default=1)>
  • inputFile : Madatory
  • shards : default=5
  • replicas : default=1

O/p: elasticsearch settings-mappings file can be find at 'path/to/conf/schema.xml.json'

Elasticsearch Spark

USE
See org.apn.elasticsearch.spark.client.ESIndexDataTest.scala

Elasticsearch Spring

USE
see org.apn.elasticsearch.spark.client.ElasticSearchSpringIntegrationTest.java

Elasticsearch Plugin1

Install the Plugin
sudo bin/elasticsearch-plugin install file:///C:/path/to/elasticsearch-custom-plugin-${version}.zip	
Remove the Plugin
sudo bin/elasticsearch-plugin remove elasticsearch-custom-plugin
Elasticsearch Rest

This is an example to use Elasticsearch high level rest api.


1: This module is not related to parent pom

elasticsearch-elixir's People

Contributors

amitnema avatar

Watchers

 avatar  avatar

elasticsearch-elixir's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.