3
votes

We have different type of documents in Marklogic database. All document contain element "title" which has different type of namespace. I want to create a facet on all "title" elements which is available in the all documents. So we are trying to create range index on element "title" but how provide all namespaces in namespace uri field. Any suggestion.

1

1 Answers

3
votes

I think the most straight-forward way is to create a field on those elements (or paths), and then add a field range index.

HTH!