-
Notifications
You must be signed in to change notification settings - Fork 802
Sorting issue #217
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
Comments
The |
sorry, not sure how and what the code related to "index created" , "data indexed" "query executed"? I use rake task provided by this gem to generate the index
query is exactly like in the example above.. and the data looks like like:
|
I found the issue, it is kind of related to the current bug with .records (#206), because of it does not paginating correctly I used temporary this construction
but I forgot that where(:id => items_id) completely break the order... |
There is no verified bug in #206. |
ElasticSearch Version: 1.3.2
I am trying to sort simple collection but no matter what I try it just ignore sorting to me...
I've noticed in my mapping I have auto_boost = true
my mapping is:
I wonder is the "auto_boost": true the reason of sort ignore? I can't find the correct way how to turn it to false and check...
The text was updated successfully, but these errors were encountered: