Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mozilla/elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
https://github.com/mozilla/elasticutils

Wiki changes

moz-hwine opened this issue almost 6 years ago
Not compatible with elasticsearch>=1.8.0

miltontony opened this issue about 9 years ago
Query with AND operator

un1t opened this issue over 9 years ago
Run tests without nose

un1t opened this issue over 9 years ago
Add term_stats facet type.

mythmon opened this pull request almost 10 years ago
small migration howto from elasticutils to elasticsearch-dsl would be nice

pcompassion opened this issue almost 10 years ago
Impossible to filter with nested objects

rmartins90 opened this issue about 10 years ago
filter_raw() overwrites filter()

rmartins90 opened this issue about 10 years ago
.values_dict('_source') should return unmodified _source

tymofij opened this pull request about 10 years ago
fix links in dev_conventions.rst

tymofij opened this pull request about 10 years ago
Filtered query

ajaydivakaran opened this issue about 10 years ago
Multiple search fields for query-string qury

ajaydivakaran opened this issue about 10 years ago
Update CONTRIBUTORS

noahmiller opened this pull request about 10 years ago
Update django.rst

noahmiller opened this pull request about 10 years ago
extract_document is missing @classmethod in django.rst

noahmiller opened this issue about 10 years ago
elasticutils/contrib/django init uses 'six' but does not import it

ferdynice opened this issue about 10 years ago
Logging debug fails when pass iterator as ids in index task

toopy opened this issue about 10 years ago
Removes logging that fails when pass an iterable object.

toopy opened this pull request about 10 years ago
Make id field customizable

toopy opened this pull request about 10 years ago
add support for wildcard indices

jxstanford opened this issue about 10 years ago
add support for wildcard query type

jxstanford opened this issue about 10 years ago
Fix: S not using get_es from mapping type

regadas opened this pull request about 10 years ago
How can I query time range

MassD opened this issue about 10 years ago
Fix bulk monkeypatch to work with non-insert op_types

willkg opened this pull request about 10 years ago
bulk monkeypatch incorrectly assumes we're indexing

adriaant opened this issue about 10 years ago
The name of the primary key is hardcoded

russian-master opened this issue over 10 years ago
Raw search

patrick91 opened this pull request over 10 years ago
Fix infinite recursion when unpickling a mapping type instance

batlock666 opened this pull request over 10 years ago
Update requirements to elasticsearch >= 1.0

willkg opened this pull request over 10 years ago
support elasticsearch-py > 0.4.5

willkg opened this issue over 10 years ago
Fix travis failures

willkg opened this pull request over 10 years ago
tests fail with django 1.7

willkg opened this issue over 10 years ago
Fix errors in contrib.django.tasks

ei-grad opened this pull request over 10 years ago
Added minimum_should_match support to terms query.

patrick91 opened this pull request over 10 years ago
Return More Specific Mapping Types from Search Requests

davidlundgren opened this issue over 10 years ago
Distance filter

patrick91 opened this pull request over 10 years ago
terms_stats facet type support

eire1130 opened this pull request over 10 years ago
update travis/tox to stop testing with ElasticSearch 0.90

willkg opened this issue over 10 years ago
change top-level filter to "post_filter"

willkg opened this issue over 10 years ago
ditch support for Elasticsearch 0.90

willkg opened this issue over 10 years ago
add support for distributing wheels

willkg opened this issue over 10 years ago
Fix values_list/values_dict

willkg opened this pull request over 10 years ago
django intergration questions.

pcompassion opened this issue over 10 years ago
Small doc change. + Missing objects manager

kcolton opened this pull request over 10 years ago
Fix bulk indexing problems with Elasticsearch 1.0

willkg opened this pull request over 10 years ago
tests fail with elasticsearch 1.0

willkg opened this issue over 10 years ago
Support aggregations from 1.0+

amontalenti opened this issue over 10 years ago
[WIP] Adjust travis script to run multiple Elasticsearches

willkg opened this pull request over 10 years ago
Syntax error in documentation

atombrella opened this pull request over 10 years ago
Scalable and testable support for Django

jmizgajski opened this issue over 10 years ago
support function scoring

robhudson opened this issue over 10 years ago
Fix facets that are filtered and sized

willkg opened this pull request almost 11 years ago
Add has_child and has_parent support

pziemkowski opened this issue almost 11 years ago
get_mapping never called

pziemkowski opened this issue almost 11 years ago
Move results metadata to es_meta object

willkg opened this pull request almost 11 years ago
Change S._build_query() to S.build_search()

willkg opened this pull request almost 11 years ago
Do not set facet_filter if there is no filter.

mihneadb opened this pull request almost 11 years ago
Ensure results cache is used even if there were no results

nearlyfreeapps opened this pull request almost 11 years ago
Switch .all() to .everything()

willkg opened this pull request almost 11 years ago
Fix tests

willkg opened this pull request almost 11 years ago
Make S's values_list and values_dict Elasticsearch 1.0 compatible

robhudson opened this pull request almost 11 years ago
multi_match support

noirbizarre opened this issue almost 11 years ago
Compatibility with elasticsearch 1.0

honzakral opened this pull request almost 11 years ago
Add support for parsing dates with microseconds

tiwilliam opened this pull request almost 11 years ago
0.8.2 release

willkg opened this pull request almost 11 years ago
Added support for a `size` parameter to facets.

kevinastone opened this pull request about 11 years ago
Have bulk_index fail on error instead of ignoring it

honzakral opened this pull request about 11 years ago
Suggestions support

koterpillar opened this pull request about 11 years ago
Updated pyelasticsearch depdency to work with 0.6.x instead of only 0.6.0

kevinastone opened this pull request about 11 years ago
Migrated to elasticsearch-py, the official ES client

honzakral opened this pull request about 11 years ago
Slicing with None as second argument

mindflayer opened this issue over 11 years ago
Port Django management command from Kitsune and Kuma.

jezdez opened this pull request over 11 years ago
Adding "all results" feature support for slicing.

mindflayer opened this pull request over 11 years ago
Use new Celery task module and got rid of magic keyword handling.

jezdez opened this pull request over 11 years ago
Fix index_objects

willkg opened this pull request over 11 years ago
Nicify results for more Python types

willkg opened this pull request over 11 years ago
implement search_raw

willkg opened this issue over 11 years ago
add support for geo shape query

willkg opened this issue over 11 years ago
Add support for match queries

willkg opened this pull request over 11 years ago
Implement query_raw

willkg opened this pull request over 11 years ago
Add django tests

willkg opened this pull request over 11 years ago
Rework filters to be more flexible

willkg opened this pull request almost 12 years ago
Nix pyes

willkg opened this pull request almost 12 years ago
Add run_tests.py to setup Django for testing.

mythmon opened this pull request about 12 years ago
Issue 70. Fix date_histogram handling.

willkg opened this pull request over 12 years ago
Tweak MLT code; add docs

willkg opened this pull request over 12 years ago
Terms query 60

willkg opened this pull request over 12 years ago
Better searchmixin

willkg opened this pull request over 12 years ago
Fix two small issues

jsocol opened this pull request over 12 years ago
Compatibility to pyes 0.19 and minor cleanups

jezdez opened this pull request over 12 years ago
support query_string

willkg opened this issue almost 13 years ago
mixin

davedash opened this pull request about 13 years ago