no namespace in Berkeley DB XML

Oxygen general issues.
Gertone
Posts: 20
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

no namespace in Berkeley DB XML

Post by Gertone »

I am trying to put some indexes on a Berkeley DB XML container

I have some XML like this in the container
<onDemandInfo>
<sourceContentID>

I have a query
let $a := collection('containerName')/onDemandInfo[sourceContentID = 'someValue']

this is slow in my total process, so I would like to put an index on that

Here are may settings
Node:/onDemandInfo/sourceContentID
further node-element-equality-string

I hope that is OK, I am new to Berkeley indexes

I have an issue with the namespace though,
I can't seem to be able to leave that field empty.
There is no namespace in my XML
Anyone an idea on how I can indicate that the indexes are in the null namespace?
Or is it not the XML that is important for te namespace

Thanks

Geert
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

In the first build of oXygen 8.2 the namespace was not allowed to be null but we corrected the problem in a later build. Please download and install the build available on the Download page (build number 2007062515). In this build the namespace of a Berkeley index can be null.


Regards,
Sorin
Gertone
Posts: 20
Joined: Mon Sep 17, 2007 10:02 am
Location: Flanders

That did it

Post by Gertone »

I installed the latest and that seems to work.
Thanks a lot.
Makes me wonder though why you don't communicate to registered users that you upload a patch. But I might have missed some communication

cheers

Geert
randy65
Posts: 3
Joined: Wed Aug 29, 2007 9:36 pm
Location: NJ

Post by randy65 »

I believe there was some sort of communication about this patch. Not positive though

Randy
Post Reply