Home > elasticsearch-js

elasticsearch-js

Elasticsearch-js is a project mainly written in JavaScript, it's free.

ElasticSearch Javascript client

h3. Note:

I did not have a chance to work on JavaScript client for ES for some time now, thus this code can be outdated a bit. Hopefully, I will get back to it soon (still contributions are welcome, although I have a plan to rework current code base significantly).

h1. ElasticSearch Javascript Client

Implementation of Javascript client for Elastic Search supporting jQuery (this is still work in progress). All Node related stuff has been moved to a new offspring project "node.es":http://github.com/lukas-vlcek/node.es

h2. Javascript client

The following is a simple example:


    
    
        ElasticSearch-js: simple example
        
        
        
        
    
    

        
Show , ,

Source code of this example can be found here: "simple.html":http://github.com/lukas-vlcek/elasticsearch-js/blob/master/demo/simple.html.

For more examples check "demo":http://github.com/lukas-vlcek/elasticsearch-js/blob/master/demo folder.

Previous:vimrc