Re: How to substract numeric value stored in 2 documents related by correlation id one-to-one

2016-10-19 Thread Kevin Risden
The Parallel SQL support for what you are asking for doesn't exist quite yet. The use case you described is close to what I was envisioning for the Solr SQL support. This would allow full text searches and then some analytics on top of it (like call duration). I'm not sure if subtracting fields

How to substract numeric value stored in 2 documents related by correlation id one-to-one

2016-10-19 Thread kahle
Hello, I have 2 documents recorded at request or response of a service call : Entity Request { "type":"REQ", "reqid":"MES0", "service":"service0", "time":1, } Entity response { "type":"RES", "reqid":"MES0", "time":10, } I need to create following statistics: Total service