diff --git a/docs/modules/ROOT/examples/map.yaml b/docs/modules/ROOT/examples/map.yaml index 99bca843..57b4df74 100644 --- a/docs/modules/ROOT/examples/map.yaml +++ b/docs/modules/ROOT/examples/map.yaml @@ -23,6 +23,9 @@ spec: bitMapIndexOptions: uniqueKey: id uniqueKeyTransition: RAW + attributes: + - name: attribute1 + extractorClassName: class1 persistenceEnabled: true entryListeners: - className: com.example.MyListener diff --git a/docs/modules/ROOT/pages/map-configuration.adoc b/docs/modules/ROOT/pages/map-configuration.adoc index ba29f6fd..e1e6b3ec 100644 --- a/docs/modules/ROOT/pages/map-configuration.adoc +++ b/docs/modules/ROOT/pages/map-configuration.adoc @@ -36,6 +36,9 @@ Below are the configuration options for the `Map` resource. You can find more de |indexes |Indexes to be created for the map data. +|attributes +|Custom attributes for field queries when using the Predicates API + |persistenceEnabled |When enabled, map data will be persisted.