Hi Sir, We have a field that has been extracted from Tika under the attr_* dynamic field which is indexed using StandardTokenizer.
Now we have a field called attr_stream_size, which we want to do some calculation (Eg: sum) using JSON Facet. However, as the field is not indexed in integer/float, is it possible to still do the calculation using JSON Facet, or can the field be mapped to integer/float without re-indexing? Regards, Edwin
