Skip to content

Commit

Permalink
Add docs for custom map attribute config (#153)
Browse files Browse the repository at this point in the history
* Update docs/modules/ROOT/pages/map-configuration.adoc

Co-authored-by: rebekah-lawrence <[email protected]>

---------

Co-authored-by: rebekah-lawrence <[email protected]>
  • Loading branch information
Kutluhan Metin and rebekah-lawrence authored Jan 30, 2024
1 parent 926be00 commit e849129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/examples/map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ spec:
bitMapIndexOptions:
uniqueKey: id
uniqueKeyTransition: RAW
attributes:
- name: attribute1
extractorClassName: class1
persistenceEnabled: true
entryListeners:
- className: com.example.MyListener
Expand Down
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/map-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e849129

Please sign in to comment.