I read that hashed index works by creating md5 hash of a field and associating it with a document. But what happens next? Is this the same as a dictionary in python? Do we create array to store pointers to documents and computing indexes of array associated with documents using received hashes?
I read official documentation and a couple of unofficial websites, but got 0 answers.