I split the index handling code off from KeyIndexClient into IndexClient.

So now all of those crazy index-based feedback mechanisms that the
freesites are using can use a shared codebase and a simple command line
client. I don't have it exposed via XML-RPC yet, so you'll still have to
write code in Java to use it, but I'm getting to it.

To insert a file to an index: IndexClient -insert index -file filename
To show files in index: IndexClient -list index

For example, IndexClient -insert snarfoo -file message.txt



_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/devl

Reply via email to