Hi guys, I am using the Lucy C library.
I would like to ask if it is possible to get the HitDocs as Json Strings. I see that there is a dump method "LUCY_Doc_Dump" in Doc.c and HitDoc, can this be used for this. Can you elaborate on what "dump" does? There is also S_to_json in json.c which expects a dump object to create a JsonString. Can I use them. If so how? Also what do serialize functions do in Doc classes. Can I use them for this purpose? Thanks, Serkan
