Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary Mapped Fields: Allow to not store them by default, and return BytesReference #2523

Closed
kimchy opened this issue Jan 4, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Jan 4, 2013

Allow to not store binary mapped fields (they used to be stored by default, and it can't be changed). This allows to map a field as binary, but not have it stored, but still when asking specifically for the field getting hte binary form of it back.

Also, a breaking change for the Java API, the binary field is now returned as BytesReference compared to byte[] when mapped and explicitly asked for.

@kimchy kimchy closed this as completed in 0e5287f Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant