Hi!
Is it possible to collapse or hide a dense_vector
field in the results returned by ES?
When developing, I have to send a lot of queries to ES and then inspect the results and it is getting really tiresome to scroll through 768 lines of numbers to see other fields, so it would be very nice to be able to collapse this field to like 1 or 2 elements.
I know I can specify which fields must be returned from the search, but I'd like to specify which fields NOT to return