Paul,
Fantastic! If there is anything we can do to help, let us know.
What license are you planning for your implementation? If it is ASL,
and I hope it is, then we could get a directory set up for you to
commit your work under lucene.apache.org.
Erik
On Sep 30, 2005, at 10:42 PM, Paul Brown wrote:
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