Hello, I'm trying to create a facet using a document property. Hence, I created a element range index as below.
scalar type: string namespace uri: http://www.company.com/meta localname: filetype collation: Root collation range value positions: false You can presume that I've set doucment property as below: <prop:properties xmlns:prop="http://marklogic.com/xdmp/property"> <dls:version xmlns:dls="http://marklogic.com/xdmp/dls"> .... dls entries ..... </dls:version> <dls:update-permissions xmlns:dls="http://marklogic.com/xdmp/dls"> .... more elemnets here. ... </dls:update-permissions> <meta:filetype xmlns:meta="http://www.company.com/meta ">doc</meta:filetype> </prop:properties> After deploying the application built using the application builder, the filetype facet doesn't show any entries although it contains lots of matching documents. Can someone help me to resolve this. Is there a problem in my element range definition Or Is there a bug in the way application builder interprets element range indexes created on document properties. Thanks Sundar
_______________________________________________ General mailing list [email protected] http://xqzone.com/mailman/listinfo/general
