Hello,

I understand BlockJoinQuery can be used to index nested documents with
some internal structure. And at indexing time, addDocuments is used to
create document blocks.

In case we would like to update some data fields, we have to delete
the old document block and add the updated block. How can we delete
the old document block efficiently? It seems IndexWriter does not
track these blocks.

Thanks,
Wei

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to