Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added a comment regarding issue #6
  • Loading branch information
lior-k authored May 7, 2018
1 parent 54fb4ea commit 18524ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,11 @@ def encode_array(arr):
3. `vector`: The vector (comma separated) to compare to.


* Question: I've encountered the error `java.lang.IllegalStateException: binaryEmbeddingReader can't be null` while running the query. what should I do?

Answer: this error happens when the plugin fails to access the field you specified in the `field` parameter in at least one of the documents.

To solve it: make sure that **all** the documents in your index contains the filed you specified in the `field` parameter.
see more details [here](https://github.com/lior-k/fast-elasticsearch-vector-scoring/issues/6)


0 comments on commit 18524ed

Please sign in to comment.