[EMAIL PROTECTED] wrote:
Hi All,
I'm looking to write some Java classes that can mimic the command-line functions of Xindice 1.0 for my University project.
Why don't you just use it, or xindice ant task.
My first step is to create a class that will enable the storing of external documents into a pre-defined collection within Xindice, similar to the command-
line function:
add_document -c /db/collectionName -f absolutePath/filename.xml -n key
Could anyone please tell me what classes I will need to look at in the available APIs?
add_document is implemented in xml-xindice\java\src\org\apache\xindice\tools\command\AddDocument.java, and I'm talking about xindice version 1.1
Vadim
