Hi guys,
I am using the C library. I would like to get the suggester or autocomplete
functionality in my library. It needs to return {"hello", "hell", "hellx"} when
your query is "hell". I feel like I need to be able to read all the tokens in
the whole index, and return the results based on it. I looked at the
indexReader for this, but I could not find any useful information. Do you think
this is possible?Thanks, Serkan
