Getting started (in less than 3 minutes!)
- Download the latest Katta distribution or build a distribution from source
- Unpack Katta into a folder
- Open 3 shell windows and cd into the folder
- Type in window 1:
sh bin/katta startMaster - Type in window 2:
sh bin/katta startNode - Type in window 3:
sh bin/katta addIndex testIndex src/test/testIndexA 2 - Type in window 3:
sh bin/katta search testIndex foo:bar 4 - Thats it!