marklogic-community / Corona

Community REST API for MarkLogic
Other
37 stars 9 forks source link

Allow range indexes to be built off of binary metadata #74

Open ryangrimm opened 12 years ago

ryangrimm commented 12 years ago

Currently you can create a range index on binary metadata but it requires knowing a bit about the structure that the metadata is stored in (namespace, localname and if it's a date to use the normalized-date attribute). These are all behind the scenes implementation details that it would be nice to shield the developer from.