Hi Jake,
I am trying to get deleteDocuments via Term working. But somehow i can see it is not working for me. What i am trying is to insert a document and delete the same using indexName. Then retrieve the same using search via Lucandra.IndexReader. I am getting an error like
{why: Unconfigured columnFamily: Authors).
Authors is my columnFamily which i created earlier.
Hi Jake, I am trying to get deleteDocuments via Term working. But somehow i can see it is not working for me. What i am trying is to insert a document and delete the same using indexName. Then retrieve the same using search via Lucandra.IndexReader. I am getting an error like {why: Unconfigured columnFamily: Authors).
Authors is my columnFamily which i created earlier.
Any idea?