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

Kibana does not show the data of elastiknn_sparse_bool_vector #632

Open
alexklibisz opened this issue Dec 9, 2023 Discussed in #629 · 1 comment
Open

Kibana does not show the data of elastiknn_sparse_bool_vector #632

alexklibisz opened this issue Dec 9, 2023 Discussed in #629 · 1 comment
Labels
bug Something isn't working

Comments

@alexklibisz
Copy link
Owner

Discussed in #629

Originally posted by miqsoft December 7, 2023
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:

  • restart kibana and elasticsearch

Greetings and thanks in advance,
Michael

@alexklibisz
Copy link
Owner Author

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
, setting some breakpoints in these methods, and then use kibana to try to access the docs. See which methods get called and how they might be filled in.

@alexklibisz alexklibisz added the bug Something isn't working label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant