Jason Hunter

Results 21 comments of Jason Hunter

Could be legacy reasons from before it was thread safe. Could be a strategic decision made by Rolf. Was a long long time ago. Not sure.

Hi @DeniseSl22 - Good catch. I'll add it to my long list of things to do in my life. If you're in a hurry you could test with the Xerces...

You can email me as jhunter at servlets.com.

No, that’s not what I wrote.

Can you please redo this bug in a way that (a) makes an argument for why it's necessary and (b) that focuses on the REST API directly?

Yes. It's your RFE so argue your case.

Changed the title to what I think Nuno was asking for. The issue is that today you can only update a document by pulling it in full to the client,...

Three reasons why I'm reopening: 1. Deleting by query will be much slower than performing a simple database clear, and will keep performance slow for a while after the delete...

Idea for implementation: A new parameter to /facet that's ?include=avg,sum,count,totalvalues,stdev,median,percentiles:5,25,50,75,95,min,max Some work for numbers only, some work for any data types. For numbers only: avg returns the cts:avg($values) // aka...