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

wrong method signature: RangeFilterBuilder and NumericRangeFilterBuilder #1244

Closed
dawi opened this issue Aug 14, 2011 · 0 comments
Closed

wrong method signature: RangeFilterBuilder and NumericRangeFilterBuilder #1244

dawi opened this issue Aug 14, 2011 · 0 comments

Comments

@dawi
Copy link

dawi commented Aug 14, 2011

I think NumericRangeFilterBuilder.lte(String to) should be changed to .lte(Object to) to be consistent with the other methods.

public NumericRangeFilterBuilder gt(Object from);
public NumericRangeFilterBuilder gte(Object from);
public NumericRangeFilterBuilder lt(Object to);
public NumericRangeFilterBuilder lte(String to); <- seems to be not intended

This problem also exists in RangeFilterBuilder.

Regards, Daniel

@kimchy kimchy closed this as completed in 11bdad1 Aug 14, 2011
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
Elasticsearch supports using Kerberos to authenticate over HTTP by means of SPNEGO. 
Since most secure Hadoop environments make use of Kerberos to secure their 
environments, naturally ES-Hadoop should support Kerberos authentication.

With the recent addition of API Key authentication to Elasticsearch, we now have a stable 
means for obtaining long lived and stable tokens for worker process authentication when 
using Kerberos.
jev001 pushed a commit to jev001/elasticsearch that referenced this issue Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants