Skip to content

lutece-platform/lutece-elk-library-elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

Library Elastic

Introduction

This library provides simplified methods to perform HTTP requests (GET, POST, ...) to an Elastic Search server.

It's based on Lutece HttpAccess library in order to use shared HttpClient configuration notably for proxies.

Usage

Here is some use samples :


    elastic = new Elastic( strServerUrl );
    elastic.create( strIndex, object );
    ...                    
    elastic.isExists( strIndex );                    
    elastic.delete( strIndex );
                        
    ElasticConnexion ec = new ElasticConnexion();
    String strResponse = ec.GET( strURI );                                        

                    

Maven documentation and reports

generated by xdoc2md - do not edit directly.

About

Library Elastic - Client library for ElasticSearch

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

Languages