Netflix/hollow

What are the available indexes for Hollow

wswbxwswbx opened this issue · 1 comments

I am a rookie in Hollow. In my project, I try to use the Hollow PrimaryKeyIndex, UniqueKeyIndex, HashIndex and some MatchQuery method. But Its results do not match my expectations very well.
I want to use indexes to retrieve certain objects whose property 1 is greater or less than a certain value. Furthermore, I would like to know if Hollow has any methods for using Boolean expressions for retrieval. And is there a relevant operation method for 'column IN (value1, value2,...)' in SQL?

@wswbxwswbx As far as I know, you have to create that programmatically.