Try this, where "CollectionName" is the name of your
collection.   This will list the keys of your documents in
your collection.

xindice lc -c /db/CollectionName

If you want to see the contents of every document do an xpath query...

xindice xpath -c /db/CollectionName -q /

If you are running in windows then use

xindice xpath -c /db/CollectionName -q "/"

HTH,

Mark

White Shadow wrote:

> Hello All
> There is a command for listing the collections, but I couldn't find a
> command which can list the documents in a collection. Any Help?
>
> Thanks
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx

Reply via email to