]
Adrian Nistor updated ISPN-6161:
--------------------------------
Summary: [Remote query] Indexes should be created only for annotated message types
(was: Indexes should be created only for annotated message types)
[Remote query] Indexes should be created only for annotated message
types
-------------------------------------------------------------------------
Key: ISPN-6161
URL:
https://issues.jboss.org/browse/ISPN-6161
Project: Infinispan
Issue Type: Task
Components: Remote Querying
Reporter: Tristan Tarrant
Assignee: Adrian Nistor
Fix For: 10.0.0.Final
Modify behaviour of indexing for protobuf entities: Current behaviour is: if the message
types is not annotated then we index all its fields; if some fields are annotated then
index those fields only. New behaviour: index only the annotated fields.