forked from tsloughter/erlastic_search
-
Notifications
You must be signed in to change notification settings - Fork 2
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
tsloughter
wants to merge
144
commits into
irccloud:master
Choose a base branch
from
tsloughter:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If the requested query is a proplist, then send it as json. This allows for compound queries.
Add support for complex search queries
Fix bulk indexing
new param ctimeout, updated to hackney 0.4.4
closes #9, adding http_client_options
Some servers behind firewall will only support http/https but not git protocol due to company security policy
Change dependencies' protocol from git to https
hackney:request can also return {error, ...}
so the caller would know what went wrong
Add _reindex and _aliases endpoints
Introduce new count API functions 'count/*'
Add update_doc API support
Add content-type to requests to elasticsearch
add erlang 19 and 20 for test
That test if a given index template exists
Adding function to support bulk_index_docs with default #erls_params Reviewers: tsloughter
Add bulk_index_docs with default params
adding bulk api support
Adding `index_template_exists/1,2` funs
* bulk api support (#1) * bulk api support * fixing spec
* new fun to put an index setting
* Beautification of README.md Split the big console dump into labeled sections * Update README.md * Update README.md * Update README.md
rebar3 is pretty ubiqutous nowdays - do we want to keep this binary blob laying around
remove binary 'rebar3'
Waits for docker-compose to start elasticsearch in the background and executes common test suite
* test erlang/otp 21, use official rebar3 * update deps * test erlang/otp 22
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It would be nice if you don't mind incorporating these changes into your fork. The sinan pieces won't get in the way of the rebar building and the other changes aren't much of anything.
I'd been thinking of getting back to updating this project recently so glad to see you have been working on it which motivates me :).
I've also tagged this current code as 0.2.0 and added a package to agner's repo for @master and 0.2.0.