You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize if an issue already exists for this; I am having trouble searching for issues...
I noticed that this code was removed in a "cleanup" commit ( 86ceabf by @kimchy ), apparently under the impression that it was only used for tests. People have been using it in their production MVEL scripts for pseudo-random shuffling. Is this something we should bring back? Is there another way to do pseudo-random shuffling (I tried using function_score, but could not get it to work)?
The text was updated successfully, but these errors were encountered:
maybe you can show an example how you use it for pseudo-random shuffling and we can check, if you can have the same behaviour with function_score, before bringing it back (seems cleaner with function score from my outside point of view)?
I think figuring why function score doesn't work is the way to go. However, you can also simply implement the functionality of the old md5Hex function in your script.
I apologize if an issue already exists for this; I am having trouble searching for issues...
I noticed that this code was removed in a "cleanup" commit ( 86ceabf by @kimchy ), apparently under the impression that it was only used for tests. People have been using it in their production MVEL scripts for pseudo-random shuffling. Is this something we should bring back? Is there another way to do pseudo-random shuffling (I tried using function_score, but could not get it to work)?
The text was updated successfully, but these errors were encountered: