Yes, some description would be nice. Reading this e-mail I’m specifically interested in the lifecycle of the data and the indexes. So far all lifecycle management happens outside of the query processor and the query processor cannot handle side-effecting operations (like "create-index”). So I’m wondering how we should do that.
Cheers, Till > On Sep 10, 2015, at 10:11 AM, Preston Carman <[email protected]> wrote: > > Hi Steven, > > What is the status of the indexing code merge? Also, could you describe the > set up? As I understand it, a new expression (such as "create-index") > imports a collection of XML documents into the index. The index has key > value pairs based on the full path (key) to a element node (value) for each > XML document. Is this correct? How are the key and value stored? Are these > strings or XDM instances? Once the index is created, you can use a new > collection function based on the index (such as "collection-using-index"). > Please fill in the gaps. > > Aloha, > Preston
