Skip to content

Advance binary doc runtime error #354

Closed Answered by alexklibisz
iandanforth-alation asked this question in Q&A
Discussion options

You must be logged in to vote

"DocValues" are a way to store some data associated with a specific document. DocValues don't get indexed, so you save on storage and memory and they also have some other benefits for performance. See this document for more: https://solr.apache.org/guide/6_6/docvalues.html

A binary doc value is just a doc value that happens to be a byte array. Elastiknn vectors are encoded to byte arrays and stored as binary doc values.

So the BinaryDocValues is a class that lets us read the binary doc value for a specific document, identified by an ID. I refer to it as a "binary doc values reader" in that error message, but I believe the actual class is called BinaryDocValues.

The last error you posted s…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@iandanforth-alation
Comment options

@iandanforth-alation
Comment options

@alexklibisz
Comment options

Answer selected by alexklibisz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants