Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README to markdown and added sinan #1

Open
wants to merge 144 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2012

  1. Configuration menu
    Copy the full SHA
    8a69f51 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2012

  1. added travis config

    tsloughter committed Jan 25, 2012
    Configuration menu
    Copy the full SHA
    164edb3 View commit details
    Browse the repository at this point in the history
  2. use rebar for tests

    tsloughter committed Jan 25, 2012
    Configuration menu
    Copy the full SHA
    9587c22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56f857d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    235827e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2012

  1. Configuration menu
    Copy the full SHA
    9ca82c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2012

  1. merged with irccloud

    tsloughter committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    a61dc59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bee7d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2013

  1. fix start-dev script and remove gas and sinan

    Tristan Sloughter committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    8580b36 View commit details
    Browse the repository at this point in the history
  2. allow get request to have body

    Tristan Sloughter committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    d1dc99a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2013

  1. remove erls_query_constructor

    Tristan Sloughter committed Feb 4, 2013
    Configuration menu
    Copy the full SHA
    d9aa148 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. switch to hackney/jsx, simplify and add tests

    Tristan Sloughter committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    4bad07a View commit details
    Browse the repository at this point in the history
  2. fix travis build to not run CT

    Tristan Sloughter committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    f94ccf0 View commit details
    Browse the repository at this point in the history
  3. parse response and decode json

    Tristan Sloughter committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    a6f3d75 View commit details
    Browse the repository at this point in the history
  4. fix dialyzer error

    Tristan Sloughter committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    4156db3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2013

  1. support passing encoded json to index functions

    Tristan Sloughter committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    44f1d8e View commit details
    Browse the repository at this point in the history
  2. add ct to readme

    Tristan Sloughter committed Apr 20, 2013
    Configuration menu
    Copy the full SHA
    cbfb0df View commit details
    Browse the repository at this point in the history

Commits on May 10, 2013

  1. Support complex search queries

    If the requested query is a proplist, then send it as json. This allows
    for compound queries.
    stefanrusek committed May 10, 2013
    Configuration menu
    Copy the full SHA
    1ce27dc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2013

  1. Merge pull request #6 from stefanrusek/master

    Add support for complex search queries
    tsloughter committed May 11, 2013
    Configuration menu
    Copy the full SHA
    5f50af3 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2013

  1. Fix bulk indexing

    cstar committed Aug 1, 2013
    Configuration menu
    Copy the full SHA
    dec48d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from cstar/master

    Fix bulk indexing
    tsloughter committed Aug 1, 2013
    Configuration menu
    Copy the full SHA
    ea363bb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2013

  1. Configuration menu
    Copy the full SHA
    c1257e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2013

  1. Merge pull request #8 from marcelog/connect_timeout_and_hackney_0_4_4

    new param ctimeout, updated to hackney 0.4.4
    tsloughter committed Oct 2, 2013
    Configuration menu
    Copy the full SHA
    384a776 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. Configuration menu
    Copy the full SHA
    5f57031 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from marcelog/marcelog_http_client_options_9

    closes #9, adding http_client_options
    tsloughter committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    93bfa93 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2013

  1. Change dependencies' protocol from git to https

    Some servers behind firewall will only support http/https but not git
    protocol due to company security policy
    bluesalt committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    21d5780 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from bluesalt/dep_protocol

    Change dependencies' protocol from git to https
    tsloughter committed Dec 9, 2013
    Configuration menu
    Copy the full SHA
    67791e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. hackney:request can also return {error, ...}

    Arjan Scherpenisse committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    b71e3c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from arjan/master

    hackney:request can also return {error, ...}
    tsloughter committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    cb5499d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. returning elasticsearch errors

    so the caller would know what went wrong
    marcelog committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    a138dc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2014

  1. Merge pull request #13 from marcelog/marcelog_returning_elasticsearch…

    …_errors
    
    returning elasticsearch errors
    tsloughter committed Jan 19, 2014
    Configuration menu
    Copy the full SHA
    f0af242 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. allowing payload for methods like DELETE.

    In its delete_by_query api, elasticsearch allows the query to
    be passed in the query string, but also as a json payload. This
    should allow that, and also does some cleanup, by treating the
    absence of a payload as a payload of 0 size (content-length)
    marcelog committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    4ee2016 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from marcelog/marcelog_delete_by_query_with_body

    allowing payload for methods like DELETE.
    tsloughter committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    10c753f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Configuration menu
    Copy the full SHA
    986cf5f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2014

  1. Configuration menu
    Copy the full SHA
    49afa03 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2014

  1. Merge pull request #15 from marcelog/marcelog_percolator_support

    adding support for percolator feature
    tsloughter committed Feb 25, 2014
    Configuration menu
    Copy the full SHA
    57d0635 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Add upsert_doc/4 and /5

    Arjan Scherpenisse committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    5c458c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from arjan/upsert

    Add upsert_doc/4 and /5
    tsloughter committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    8ed3392 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2014

  1. Upgrade hackney to 0.11.1

    Arjan Scherpenisse committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    9471a61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from arjan/master

    Upgrade hackney to 0.11.1
    tsloughter committed Apr 8, 2014
    Configuration menu
    Copy the full SHA
    2be5c1b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2014

  1. Configuration menu
    Copy the full SHA
    f6e8360 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2014

  1. add license

    tsloughter committed Apr 23, 2014
    Configuration menu
    Copy the full SHA
    475d15f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. New hackney return type

    Same as in normal case is same function.
    andreashasse committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    8ae5137 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from anha0825/master

    New hackney return type
    tsloughter committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    1d1003f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. added support for creating mappings

    Federico Carrone committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    5a81ba0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. Merge pull request #21 from inaka/mapping

    Added support for creating mappings
    tsloughter committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    37c1d5a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Add _stats call.

    Andreas Hasselberg committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    2875a1d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Merge branch 'master' of github.com:tsloughter/erlastic_search

    Conflicts:
    	src/erlastic_search.erl
    Andreas Hasselberg committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    1d5177e View commit details
    Browse the repository at this point in the history
  2. Remove empty spec attribute from doc, crashes edoc.

    Andreas Hasselberg committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    c2ff28f View commit details
    Browse the repository at this point in the history
  3. Delete index

    Andreas Hasselberg committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    2265c44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #22 from anha0825/master

    Add _stats call
    tsloughter committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    0b421cf View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2014

  1. Update Hackney to 0.13.1

    Arjan Scherpenisse committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    d9e9d90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from arjan/master

    Update Hackney to 0.13.1
    tsloughter committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    6a7eec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. update to rebar3

    tsloughter committed Jun 26, 2015
    Configuration menu
    Copy the full SHA
    19eec4c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Name and links

    The server is called Elasticsearch, in one word.
    The mother company has been rebranded Elastic, so links are be updated.
    jlecour committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    77d555c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from jlecour/name-and-links

    Name and links
    tsloughter committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    02db722 View commit details
    Browse the repository at this point in the history
  3. Elasticsearch is always in the foreground

    From the changelog for version 1.0 :
    
    `Elasticsearch now runs in the foreground by default. There is no more -f flag on the command line.`
    
    https://www.elastic.co/guide/en/elasticsearch/reference/master/_system_and_settings.html#_system_and_settings
    jlecour committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    f964914 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from jlecour/elasticsearch-bin

    Elasticsearch is always in the foreground
    tsloughter committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    67c0621 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. Configuration menu
    Copy the full SHA
    f0c5ceb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Merge pull request #29 from mdojwa/master

    Fixed missing passing options to index_doc_with_id_opts
    tsloughter committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    a0af3b6 View commit details
    Browse the repository at this point in the history
  2. update travis config

    tsloughter committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    de56ebb View commit details
    Browse the repository at this point in the history
  3. version bump

    tsloughter committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    86d4d60 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Adding nodes_info/* funs

    Mapping directly to
    https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-info.html
    
    Also fixing (?) `commas/1` which had invalid syntax, at the very least for erlang v18.x
    wk8 committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    b7e8516 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from wk8/wk8/nodes_info

    Adding `nodes_info/*` funs
    tsloughter committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    3bac562 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    2c8a65d View commit details
    Browse the repository at this point in the history
  2. travis build tags too

    tsloughter committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    41da970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f376ffd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. Remove redundant braces for JSON input

    The proplist representing the header JSON in the first branch of 'bulk_index_docs' contains a redundant set of braces, causing jsx to throw an exception when it attempts to encode the structure. Modify the proplist to match the format expected by jsx.
    t-mw committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    46ffa96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from t-mw/patch-1

    Remove redundant braces for JSON input
    tsloughter committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    f138f9b View commit details
    Browse the repository at this point in the history
  3. Support binary docs as input to 'put_mapping'

    `put_mapping` doesn't support taking a binary `Doc` despite its type specification. Create a guarded version of the function which does.
    t-mw committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    ab1023d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from t-mw/patch-2

    Support binary docs as input to 'put_mapping'
    tsloughter committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    005493e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Making it possible to use another JSON library than jsx

    We already use `jiffy` in our project to handle JSONs, which makes
    integrating `erlastic_search` a pain, since it uses `jsx`, which
    has a different way of representing JSONs in Erlang, for example:
    
    ```
    1> SimpleJson = <<"{\"key\":\"value\"}">>.
    <<"{\"key\":\"value\"}">>
    2> jiffy:decode(SimpleJson).
    {[{<<"key">>,<<"value">>}]}
    3> jsx:decode(SimpleJson).
    [{<<"key">>,<<"value">>}]
    ```
    
    This patch makes it possible to use any JSON library, as long as it defines
    the two following callbacks:
    
    ```erlang
    -callback encode(json()) -> binary().
    -callback decode(binary()) -> json().
    ```
    
    This setting is done at compile time, by defining an `ERLASTIC_SEARCH_JSON_MODULE`
    environment variable containing the name of the module containing the two
    callbacks above.
    
    Updated the specs to account for this change.
    wk8 committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    cb26702 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. Wrapping the user-defined JSON library into a new erls_json module

    Thus getting rid of the unsightly `?ERLASTIC_SEARCH_JSON_MODULE` occurrences
    all over the code.
    
    Getting rid of all the internally-built JSONs, to be able to not call `jsx`
    directly any more, which could be confusing together with `erls_json`.
    wk8 committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    de5613d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Merge pull request #33 from wk8/wk8/i_wanna_use_jiffy

    Making it possible to use another JSON library than `jsx`
    tsloughter committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    edd4dad View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Allowing asynchronous ES queries

    Using hackney's option `async`
    
    Wrapping hackney's reference in an `{async, Ref}' tuple to make it
    easy to match.
    
    Had to update the specs to account for that change
    wk8 committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f1ed6a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #36 from wk8/wk8/allow_async_queries

    Allowing asynchronous ES queries
    tsloughter committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    f1b3b0a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Extend bulk operation to accept further information in the header row…

    … of a bulk item
    Nils Ernsting committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    c7efa8b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge pull request #38 from synlay/feature/bulk_operation_with_header

    Extend bulk operation header
    tsloughter committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    1cf1b82 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. added option to configure host and port

    pyotrgalois authored and Brujo Benavides committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    e266207 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from inaka/master

    Add option to configure host and port
    tsloughter committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    8a4982c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Some index changes:

    * making it possible to index without ID but with options
    * making it possible to bulk index without IDs
    * fixing bulk indexes which were broken if not using `jsx`
    * also accounting for the fact that `erlastic_json()` can also be a map
    * the only possibly breaking change is if someone out there used that
      lib to index a doc with the atom `undefined` as ID, which seems like
      a bad idea anyway (and is against the spec that it should be a binary)
    wk8 committed May 3, 2016
    Configuration menu
    Copy the full SHA
    c2a4e07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63b8828 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Merge pull request #41 from wk8/wk8/index_changes

    Some index changes:
    tsloughter committed May 8, 2016
    Configuration menu
    Copy the full SHA
    6f8fec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf90f00 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Added scroll support

    Before calling search_scroll/1 function, the search_scroll/4 function should be called with index, type name and the search query. Based on the search response, "scroll_id" can be passed to search_scroll/1 to get next batch results.
    PrasadBonthu committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    eac23f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    071e420 View commit details
    Browse the repository at this point in the history
  2. Corrected spec

    PrasadBonthu committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    90431cf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from PrasadBonthu/master

    Added scroll support
    tsloughter committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    3c01b35 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    33047e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from altworx/master

    the app should not depend on jsx app
    tsloughter committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    a998ffa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Configuration menu
    Copy the full SHA
    f437e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    173da24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from paulperegud/fix_bulk_index_docs

    Fix bulk index docs
    tsloughter committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    50779fa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    dcf039d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from synlay/feature/get_doc_with_options

    Introduce get_doc_opts/5 as an equivalent to get_doc/4 including options
    tsloughter committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    bbe44f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Introduce new search function 'multi_search/2'

    'multi_search/2' allows to execute multiple search requests using
    the Elasticsearch endpoint '_msearch'. The function interface is
    inspired by the 'bulk_index_docs' function with the difference that
    the index and type parameters are missing. If needed these parameters
    must be defined through the headers, as these are optionally
    according to the Elasticsearch documentation.
    drobakowski committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    77da96c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Merge pull request #48 from synlay/feature/multi_search

    Introduce new search function 'multi_search/2'
    tsloughter committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    9a5c0e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Adding an erlastic_search:create_index/3 fun to allow creating an i…

    …ndex with custom settings
    
    and/or mappings, as documented in
    https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
    
    Also modified `erlastic_search:create_index/2` to accept either connection params
    and an index name (previous behaviour) or else an index name and a body.
    
    This patch is entirely backwards-compatible.
    wk8 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    5c458cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f8450 View commit details
    Browse the repository at this point in the history
  3. Adding index_exists/* funs

    Also upgrading hackney as a dependency, since the previously included version
    did not include the dialyzer fixes from
    benoitc/hackney@008617c
    which, in turn, made dialyzer complain about the new `case` patterns in
    `erls_resource:do_request/6`
    wk8 committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    cb05390 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Merge pull request #50 from wk8/wk8/get_mappings_and_settings

    Adding `get_mapping/*` and `get_settings/*` funs to retrieve mappings & indices
    tsloughter committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    71b049d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from wk8/wk8/create_with_body

    Adding an `erlastic_search:create_index/3` fun to allow creating an index with custom settings
    tsloughter committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    301de63 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Merge pull request #51 from wk8/wk8/index_exists

    Adding `index_exists/*` funs
    tsloughter committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    02b88a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. Configuration menu
    Copy the full SHA
    0d15e64 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    36bc9a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5c0d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Add functionality to retrieve the settings and mapping for an index t…

    …emplate, along with tests
    stevepm committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    f1cc786 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316b6de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d013d View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Change get_templates to get_index_templates, also adds create_index_t…

    …emplate and delete_index_template funs
    stevepm committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    238ea20 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Merge pull request #53 from stevepm/sm/mapping_and_settings_for_index…

    …_template
    
    Add functionality to retrieve index templates
    tsloughter committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    4405ab2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from PrasadBonthu/master

    Added "_mget" request support
    tsloughter committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    8008fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Configuration menu
    Copy the full SHA
    44760d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef0a3c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Configuration menu
    Copy the full SHA
    83b14f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from driebit/reindex-alias

    Add _reindex and _aliases endpoints
    tsloughter committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    974943d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6478cc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from synlay/feature/count_api_support

    Introduce new count API functions 'count/*'
    tsloughter committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    2a1c05b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. add update doc support

    chensongz committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    37fc16c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge pull request #58 from chensongz/update-doc

    Add update_doc API support
    tsloughter committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0557d0f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    7a9e4cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from lambdaclass/master

    Add content-type to requests to elasticsearch
    tsloughter committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    d1be594 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. add erlang 19 and 20 for test

    getong committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    cee5b66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from getong/add_erlang_19_20

    add erlang 19 and 20 for test
    tsloughter committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    0c0c53b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. Adding index_template_exists/1,2 funs

    That test if a given index template exists
    wk8 committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    a7cdd73 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Add bulk_index_docs with default params

    Adding function to support bulk_index_docs with default #erls_params
    
    Reviewers: tsloughter
    laxmanpottimuthi committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    629575f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from plakshman93/master

    Add bulk_index_docs with default params
    tsloughter committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    df3acef View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    41af00e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Merge pull request #68 from AnushaMorappanavar/adding_bulk_api_support

    adding bulk api support
    tsloughter committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    08b1f4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from wk8/wk8/template_exists

    Adding `index_template_exists/1,2` funs
    tsloughter committed Sep 10, 2017
    Configuration menu
    Copy the full SHA
    f8f2960 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. more code and style changes for supporting bulk operation (#70)

    * bulk api support (#1)
    
    * bulk api support
    
    * fixing spec
    AnushaMorappanavar2024 authored and tsloughter committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    ad281f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. returns list (#71)

    AnushaMorappanavar2024 authored and tsloughter committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    392e768 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. New fun called put_setting (#73)

    * new fun to put an index setting
    AnushaMorappanavar2024 authored and tsloughter committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    9a207d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Beautification of README.md (#74)

    * Beautification of README.md  
    
    Split the big console dump into labeled sections
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    bryanhuntesl authored and tsloughter committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    a44d2dd View commit details
    Browse the repository at this point in the history
  2. remove binary 'rebar3'

    rebar3 is pretty ubiqutous nowdays - do we want to keep this binary blob laying around
    bryanhuntesl committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    0e24629 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    bryanhuntesl committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    e699786 View commit details
    Browse the repository at this point in the history
  4. Update .travis.yml

    bryanhuntesl committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    dcac36a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #75 from tsloughter/proposed/use-system-rebar3

    remove binary 'rebar3'
    bryanhuntesl committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    c350f81 View commit details
    Browse the repository at this point in the history
  6. use docker-compose to common test against elastic in travis (#76)

    Waits for docker-compose to start elasticsearch in the background and executes common test suite
    bryanhuntesl committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    8482766 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Configuration menu
    Copy the full SHA
    7612493 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. test erlang 21, 22 (#77)

    * test erlang/otp 21, use official rebar3
    
    * update deps
    
    * test erlang/otp 22
    getong authored and tsloughter committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    52a8c10 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. bump deps

    tsloughter committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    b7a5bb3 View commit details
    Browse the repository at this point in the history
  2. remove hex script

    tsloughter committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2f04223 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    2c76e69 View commit details
    Browse the repository at this point in the history