Jason Hunter

Results 21 comments of Jason Hunter

Bucketed ranges... Seems like we could return the same results as if there wasn't bucketing happening. Let's imagine you're looking at prices. You can get the min, max, median, stdev,...

On the last comment... To do median or percentiles we're going to need to fetch the facets in item order. The user may still prefer to get the top 10...

Idea for how to build this: Let users manage named alerts Each alert gets a string or structured query dictating which docs match Each alerts also gets a URL to...

On reuse... Great point! If queries can be persisted with a name, it would be natural to be able to include them in other queries (i.e. structured queries or even...

My first reaction was that something like this could be done in a client language to prove out the API, perhaps even by a third party, but unfortunately whatever language...

OK, JS sounds good.

Ryan said exactly what's in my head.

With new support for Corona able to run without the need always for a managed context, we'll have to rethink a bit how security comes in to play.

Parse.com has built-in support for users: https://www.parse.com/docs/ios_guide#users Takes a lot of burden away from the developer. I think we have a lot to do before this becomes a priority though.

Notes to self: http://marklogic.github.com/recordloader/ ContentFactory is a plug point HttpContentFactory is a base on which to build Needs to adjust how it passes collections and the rest Needs to be...