]
Adrian Nistor commented on ISPN-3718:
-------------------------------------
[~gustavonalle] The protostream library has just received support for parsing Java-like
annotations from doc comments. Could you have a look please ?
(
Select which protobuf fields to index
-------------------------------------
Key: ISPN-3718
URL:
https://issues.jboss.org/browse/ISPN-3718
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Labels: 64QueryBlockers
Currently we index all fields. An interesting idea is to use a custom protobuf Option
(see 'Custom Options' section here
https://developers.google.com/protocol-buffers/docs/proto) to indicate which message types
and specifically which fields should be indexed, similar to Hibernate Search annotations.