You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Philipp Chudinov <mo...@basko.ru> on 2002/09/16 05:20:10 UTC

db snapshot

Just a thought: maybe, it will be usefull, if there will be some method to
build database snapshot, something like getSnapshot(String path), which will
return an xml document, representing db in this format
<collection name="/blah">
  <collection name="/blah2">
     <document name="docid1" />
     <document name="docid2" />
     <document name="docid3" />
  </collection>
 <collection name="/blah3" />
</collection>

etc... I mean native Xindice method. It could be useful for navigating the
database or just monitoring, what happens.