Im having filed in my index type integer, which is type of document, and I would like to create filter on this field but instead of ints (1, 2, 3) I would like to have document type names, which I dont have in my index.
So I could have
type 1
type 2
type 3
instead of
1
2
3