wade.one
Cloudant (IBM) Query - Indexing arrays directly using Erlang - wade.one
Really short post this one on indexing using Cloudant Query to index arrays in your document, e.g. documents that have a field like this: { "ids": [ "alpha", "bravo", "charlie" ] } I was reading the documentation and just could not get it to index these items using anything but the default _all_docs indexer (don’t use ... Read More "Cloudant (IBM) Query – Indexing arrays directly using Erlang" »
Wade