I want to get all strings having a common prefix using the hector API. I played a little with RangeSuperSlicesQuery, but did not find a way to make it work correctly. Are key range parameters used using wild cards, etc.?
Update: I used ByteOrderedPartitioner instead of RandomPartitioner and it works fine with this. Is this expected behavior?
source
share