Hi, I test JSON Facet API of Solr. Is it possible to create a virtual field which is generated by using existing fields at response and supports elementary arithmetic operations?
Example: Schema fields: products, sold_products, date I want to run a date range facet and add another field to response which is the percentage of sold products (ratio will be calculated as sold_products * 100 / products) Kind Regards, Furkan KAMACI