Skip to content

Update MetacarTypeMethods to return more attribute fields in responses#4

Merged
clockard merged 2 commits into
masterfrom
type-response-update
May 27, 2026
Merged

Update MetacarTypeMethods to return more attribute fields in responses#4
clockard merged 2 commits into
masterfrom
type-response-update

Conversation

@clockard

Copy link
Copy Markdown

Add the fields indexed, stored, and tokenized to the metacard type methods response.

@clockard clockard requested a review from jaymcnallie May 18, 2026 15:54
Comment on lines +115 to +117
attributeProperties.put(INDEXED_KEY, descriptor.isIndexed());
attributeProperties.put(STORED_KEY, descriptor.isStored());
attributeProperties.put(TOKENIZED_KEY, descriptor.isTokenized());

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to have at least a couple unit tests for this class.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generated some tests for this class.

@clockard clockard merged commit a0e112e into master May 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants