Yury Mikhienko wrote:

Hi!

Can I get the count of documents in xindice collection?
Or get document under the preset position (like /document[position()=1]) ?
Can anyone tell me about the xpath limitation in xindice?


How are you accessing Xindice? If you're using Java, you can do something like collection.getResourceCount().

When you use position(), this will _always_ be the position of the node within its own document, not within the collection. Frustrating, but true.

Regards, Upayavira



Reply via email to