| Modifier and Type | Method and Description |
|---|---|
void |
close()
commits, but does not close the underlying index
|
void |
commit()
Commits all changes to the index, making them visible to readers.
|
void |
delete(String uri)
Deletes the document having the given uri, if it exists.
|
void |
deleteAll()
Deletes all documents in the index.
|
void |
write(net.sf.saxon.om.NodeInfo node,
String uri)
Writes a document to the index at the given uri, with the node as its root element.
|
public void write(net.sf.saxon.om.NodeInfo node,
String uri)
DocWriterpublic void delete(String uri)
DocWriterpublic void deleteAll()
DocWriterpublic void commit()
DocWriterCopyright © 2013. All Rights Reserved.