Skip to content
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

Raw DSL element needed #322

Closed
tautrimas opened this issue Apr 7, 2015 · 2 comments
Closed

Raw DSL element needed #322

tautrimas opened this issue Apr 7, 2015 · 2 comments
Milestone

Comments

@tautrimas
Copy link
Contributor

When building a Query, sometimes we need a feature that is not supported by ESB yet. Some RawXXX is needed of form:

$search->addAggregation(new RawAggregation([
    'name' => 'foo',
    'field' => 'field,
    'aggregations' => [/*...*/],
]));

Which would inject custom aggregation introduced to Elastisearch, for example, 2 days ago.

Other types of elements might be added too, like RawFilter, etc.

@saimaz
Copy link
Member

saimaz commented Aug 12, 2015

Thanks for the idea, it will be implemented in v1.0.0

@saimaz saimaz added this to the 1.0.0 milestone Aug 12, 2015
@saimaz
Copy link
Member

saimaz commented Oct 6, 2015

Elasticsearch filters and queries are in DSL library, created issue there and referenced.

@saimaz saimaz closed this as completed Oct 6, 2015
@saimaz saimaz removed the planned label Oct 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants