Skip to content
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

What are the available indexes for Hollow #652

Open
wswbxwswbx opened this issue Nov 20, 2023 · 1 comment
Open

What are the available indexes for Hollow #652

wswbxwswbx opened this issue Nov 20, 2023 · 1 comment

Comments

@wswbxwswbx
Copy link

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?

@mailsanchu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants