karmi / retire

A rich Ruby API and DSL for the Elasticsearch search engine
http://karmi.github.com/retire/
MIT License
1.86k stars 533 forks source link

Can I use regexp query via tire? #969

Open humbroll opened 10 years ago

humbroll commented 10 years ago

Can I use regexp query with tire? (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html)

Should I use Native DSL if tire does not support regexp.

Best Regards.

karmi commented 10 years ago

@humbroll There's a PR #754 opened for that, maybe you can reuse it. I'm afraid there won't be any functionality added to the gem, see https://github.com/elasticsearch/elasticsearch-ruby and https://github.com/elasticsearch/elasticsearch-rails