Replies: 2 comments
-
Hi, I haven't tested with Kibana in a very long time. I suspect I might've broken some part of the internal API that's used by Kibana at some point. If you'd like to take a look, a good starting point would be these methods in the VectorMapper.scala file that are returning empty lists/arrays, e.g.:
I recommend following the instructions for running w/ a debugger: https://github.com/alexklibisz/elastiknn/blob/main/developer-guide.md#debugging |
Beta Was this translation helpful? Give feedback.
-
Converted this to an issue: #632 |
Beta Was this translation helpful? Give feedback.
-
Hey guys,
my kibana does not show the data in the elastiknn_sparse_bool_vector. In fact it tells that the field is empty.
However when accessing the data via an elasticsearch query the data is there.
Does one of you know whether this is the expected behaviour?
If it is not I am happy if one of you may have an idea why this occurs or how to fix it.
What I did so far:
Greetings and thanks in advance,
Michael
Beta Was this translation helpful? Give feedback.
All reactions