mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

add support for wildcard query type #270

Closed jxstanford closed 9 years ago

jxstanford commented 9 years ago

would be nice in some cases to have query support of the wildcard query. I know it comes with a penalty, but it is useful in some cases.

For example, I have metrics stored in ES, and they have names like os.net.{interface}.tx. I'd like to be able to query the API with /api/metrics?name__wildcard=os.net.*.tx.

jxstanford commented 9 years ago

my apologies. I see that this falls under the query, and I was trying to apply it as a filter. closing...