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

Support StandardDeviation operator #8

Closed
damieng opened this issue Mar 10, 2014 · 1 comment
Closed

Support StandardDeviation operator #8

damieng opened this issue Mar 10, 2014 · 1 comment
Labels

Comments

@damieng
Copy link
Member

damieng commented Mar 10, 2014

Add a new ElasticMethod method for supporting the Standard Deviation operation in ElasticSearch facets as LINQ does not provide a method to do this.

query.GroupBy(g => 1).Select(y => ElasticMethods.StandardDeviation(y.Something))

Not recommended to add a top-level operation for this as there is no corresponding IEnumerable/IQueryable overload and the GroupBy pattern is more efficient when selecting multiple entries.

@damieng
Copy link
Member Author

damieng commented Aug 13, 2014

Provide this and others with the move to aggregates instead.

@damieng damieng closed this as completed Aug 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants