-
Notifications
You must be signed in to change notification settings - Fork 214
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
Can I store and search data in bytes? #111
Comments
|
Thank you for your interesting in I believe the problem is the use of This failure scenario is a bit surprising (I would have expected it to error when trying to index, instead of when trying to query), but otherwise I believe is behaving correctly. I think to index a I cover the details of writing a customer indexer a bit more in this comment: #97 (comment) |
There are about 70 million pieces of data. In this way, it provides both less ram consumption and faster search. Thank you for your interest. |
I'm storing as bytes, but I can't search for bytes.
<Error index error: argument must be a string: []byte{0xc6, 0x1b, 0x9b, 0xb3, 0xa7, 0xa0, 0x76, 0x7e, 0x31, 0x79, 0x71, 0x3f, 0x3a, 0x5c, 0x7a, 0x9a, 0xed, 0xce, 0x19, 0x3c}
The text was updated successfully, but these errors were encountered: