We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, when i use es to search,i experience a problem.there is a field,type is long,and store as array.like this:
but when i use two item in the array to search,one term can search ,but one term could not search any result.like this:
The text was updated successfully, but these errors were encountered:
Hi @haochun
The number 64488939508378000000 is a big integer, not a long. There is currently no support for big integers in Elasticsearch.
64488939508378000000
Closing in favour of #5683
Sorry, something went wrong.
@clintongormley i use new Random().nextLong() to generate this number.If so, I can only use the string to replace it is?
No branches or pull requests
hi,
when i use es to search,i experience a problem.there is a field,type is long,and store as array.like this:
but when i use two item in the array to search,one term can search ,but one term could not search any result.like this:
The text was updated successfully, but these errors were encountered: