Skip to content

Support for murmur3 mapping type #1442

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

Merged
merged 1 commit into from
Jun 18, 2015
Merged

Support for murmur3 mapping type #1442

merged 1 commit into from
Jun 18, 2015

Conversation

gmarz
Copy link
Contributor

@gmarz gmarz commented Jun 9, 2015

Adding support for the mumur3 mapping type, mainly for use with the cardinality aggregation as explained here: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-cardinality-aggregation.html#_pre_computed_hashes

This feels a bit dirty though IMO, since we have to treat it as an IElasticCoreType in order for it to work as a multi field.

We need to rethink the current object graph for mapping types for 2.0, but that's a separate issue.

Closes #1441

@Mpdreamz
Copy link
Member

For 2.0 i think we need to drop the distinction between CoreType and others. This is still a remnant of the the way elasticsearch 0.x did multifield mappings.

Mpdreamz added a commit that referenced this pull request Jun 18, 2015
Support for murmur3 mapping type
@Mpdreamz Mpdreamz merged commit 4394db9 into develop Jun 18, 2015
@Mpdreamz Mpdreamz deleted the fix/1441 branch June 18, 2015 09:07
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

Successfully merging this pull request may close these issues.

2 participants