]
Seto Kaiba updated ISPN-7616:
-----------------------------
Summary: Please add method like MassIndexer.reindex(Object... keys) (was: Please add
method like MassIndexer.reindex(Object key...))
Please add method like MassIndexer.reindex(Object... keys)
----------------------------------------------------------
Key: ISPN-7616
URL:
https://issues.jboss.org/browse/ISPN-7616
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying
Reporter: Seto Kaiba
Currently I can re-index by put the entry again. But it will make it replicated again in
distributed cache with backups. It is necessary to provide a method to re-index the
entry.
Maybe like this:
MassIndexer.reindex(Object key...)
It would be useful for relational model to re-index the parent while change the child
when the parent refers to the child by key. In this situation, the parent is not modified
at all. So a re-index is needed.