Hi guys,
Looks like in QueryInterceptor.addToIndexes the correct workType to perform on searchFactory is WorkType.UPDATE.
If the workType is ADD, then when we put a new object on a old key (using cache.put), the old object remains in the index.
Am I wrong?
Israel