Hello, I'm trying to take the diff between the stored doc vals of two lucene indexes just like taking diff between two tables in SQL. My current approach is two query both the indexes in java and check for the equality of the result. Is there any other efficient method to perform the same.
Thanks in advance, David Port Louis