Hey guys, Thought you might like to see this..
paul$ ./testIndexWriter.rb writing: paul brown writing: jim bob writing: jeff brown Index document count: 3 paul$ ./testIndexReader.rb 0 : paul brown 1 : jim bob 2 : jeff brown paul$ ./testIndexSearcher.rb lname brown Found (2) hits: 0 1 "paul" 2 1 "jeff" paul$ ./testIndexSearcher.rb fname paul Found (1) hits: 0 1 "paul" Stay tuned... :) Paul
