-
Notifications
You must be signed in to change notification settings - Fork 35
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
g.V().hasLabel("USER").limit(2).id().toList() can't work #116
Comments
Both queries work for me using your mapping can you provide me with sample data from your es cluster? |
And these:
|
The special thing of my data is: some user named in chinese. |
Maybe it's because the field "USER" has been analyzed into tokens. |
This was probably the issue is it OK to close? |
I think this is a bug that needs fixing. |
fragment of the mapping file:
code:
output:
Problem:
Why are these two queries that don't work?
The text was updated successfully, but these errors were encountered: