Luca Garulli
Luca Garulli
Now you can access to the score as $score property or via API from the result set: ```java Identifiable record = cursor.next(); int score = cursor.getScore(); ```
The result are sorted by score desc.
@tae898 could you please try the same test with the new LSM Vector?
I'm going to work on this issue for the next release, thanks @tae898 for all the details.
@odysseaspenta please use the new LSM Vector instead, it's available in the main branch.
You can flatten the list in a sub query and then apply the filters you like: ```sql SELECT FROM ( SELECT expand( hasLocation ) FROM Users ) WHERE is_default =...