issues
search
pyelasticsearch
/
pyelasticsearch
python elasticsearch client
BSD 3-Clause "New" or "Revised" License
360
stars
144
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Proposing a PR to fix a few small typos
#204
timgates42
opened
3 years ago
0
Use elasticsearch1 instead of elasticsearch
#203
mgu
closed
3 years ago
1
Requires elasticsearch<2.0.0 ?
#202
wadewilliams
opened
6 years ago
3
bulk_index in python2 and 3
#201
lhduc94
opened
6 years ago
0
Remove issue with "import six" in setup.py
#200
joehybird
closed
6 years ago
1
Python 3.6 release
#199
hsmett
closed
6 years ago
3
Add support for python 3.6
#198
joehybird
closed
6 years ago
5
bulk ValueError: too many values to unpack (expected 2)
#197
fikfok
closed
7 years ago
2
Pull the urllib3-native exception out, and raise it
#196
Korun1
closed
7 years ago
4
Raise proper error when index already exists
#195
nmacinnis
closed
7 years ago
0
How to change scoring function to BM25?
#194
shashankg7
opened
8 years ago
0
No way to sort queries from Elasticsearch
#193
crccheck
closed
8 years ago
1
Current version of ElasticSearch do not support '_status'
#192
kamakazikamikaze
opened
8 years ago
0
Connect to AWS using IAM?
#191
ghost
closed
8 years ago
2
Implement scrolling in search
#190
boompig
opened
8 years ago
1
delete_by_query no longer supported by elasticsearch
#189
boompig
opened
8 years ago
0
Exception on 'import pyelasticsearch'
#188
rjurney
closed
8 years ago
1
Wrong exception is raised on index creation
#187
ergo
opened
8 years ago
0
Trying with 'latin1' in _encode_json for UnicodeDecodeErrors
#186
i3visio
opened
8 years ago
2
Ability to receive a generator instead of a dict on responses
#185
owaaa
opened
8 years ago
3
adding url_prefix from the urlparse
#184
camerondavison
closed
4 years ago
3
Add url_prefix to transport if one exists
#183
camerondavison
opened
8 years ago
2
Add support for paths rooted beyond /
#182
cboylan
opened
9 years ago
1
Certifi has problem to verify SSL
#181
mrteera
closed
9 years ago
2
Searches 'GET' with a body fails when elastic search is behind squid
#180
rasselin
closed
9 years ago
1
Allow choosing connection class
#179
fwenzel
opened
9 years ago
3
pip gives warning related to urllib3 InsecurePlatformWarning: A true SSLContext object is not available
#178
zubairalam
opened
9 years ago
0
Invalid import in exceptions.py
#177
jstypka
closed
9 years ago
1
Add HTTPS support. Bump version to 1.3.
#176
erikrose
closed
9 years ago
0
Connection timeout when connecting over https
#175
drcongo
closed
9 years ago
8
Urllib3 import error on pyelasticsearch import
#174
delvv
closed
9 years ago
5
send_request fails when optional parameter query_params is not initialized as {}
#173
anoeee
closed
9 years ago
1
send_request raises undocumented exceptions
#172
hukka
opened
9 years ago
1
Raw client
#171
honzakral
opened
9 years ago
1
Updated elasticsearch-py description to reflect reality
#170
honzakral
closed
9 years ago
2
pyES sends encoded JSON, which ES cannot decode
#169
hukka
closed
9 years ago
2
Update client.py docs to reflect how bulk chunking api currently works
#168
rholder
closed
9 years ago
1
Make sure the Content-Length header gets set when calling `create_index(...
#167
erikrose
closed
9 years ago
0
ElasticSearch.create_index sends PUT request with body=None
#166
jimr
closed
9 years ago
3
ConnectionError when importing pyelasticsearch
#165
jason-curtis
closed
9 years ago
3
Add shiny new bulk API, plus a few other nicenings
#164
erikrose
closed
9 years ago
6
specifying index as '_all' produces weird errors
#163
honzakral
closed
9 years ago
1
pyelasticsearch failing on port 80 with version 1.0
#162
jogo
opened
9 years ago
1
Fix broken link to Query DSL
#161
honzakral
closed
9 years ago
1
Try explicitly starting ES on Travis.
#160
erikrose
closed
9 years ago
0
Try 127.0.0.1 instead of localhost.
#159
erikrose
closed
9 years ago
1
107 fix tests
#158
willkg
closed
9 years ago
1
ElasticSearch.percolate broken with ES 1.0+
#157
willkg
closed
9 years ago
1
ElasticSearch.delete_by_query broken with ES 1.0+
#156
willkg
closed
9 years ago
1
ElasticSearch.cluster_state broken with ES >= 1.0
#155
willkg
closed
9 years ago
1
Next