For my purposes, I have a search function that returns only scores and docids. Is there a way to, given the docid, retrieve the associated document from the index (so i can read specific fields from it)?
I am using the C bindings. Thanks in advance.
For my purposes, I have a search function that returns only scores and docids. Is there a way to, given the docid, retrieve the associated document from the index (so i can read specific fields from it)?
I am using the C bindings. Thanks in advance.