You don't use IndexClient. You use KeyIndexClient. IndexClient is a
lower-level tool that isn't really supposed to be used by itself, but
mainly as part of a script or just a demo.

> How do I place a key in an index?

java Freenet.client.KeyIndexClient -insert snarfoo -key mykey.txt
You replace the arguements to the insert and key parameters with what
index and key you want to insert.

> How do I view keys in an index?

java Freenet.client.KeyIndexClient -list snarfoo
You replace the arguement to the list parameter with the index you want to
list.

Other useful parameters:
-htl 100 (set search depth to 100 (very high))
-past 1 (view yesterday's keys instead of today's)
-past 2 (view keys from two days ago)



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

Reply via email to