Hi all,
I have browsed the web already but I am still confused about this.
As I understand this, HDF5 does not provide any mechanisms for indexing and querying data.
I am thinking about querying a word in an array of strings or just iterating over an array in a specific sort order.
I could index the data myself and then use basic algorithms such as binary search etc. but I want to use existing tools and standards.
This project is a Java application.
Can anyone help me with that or point me in the right direction?
Thanks,
David