Oh please, oh please, oh please. I'm working away at a Rails app, but I really neeed full text indexing. I've used Lucene, and really want to use it from Ruby! :-) Anxiously awaiting... :-)
On 9/30/05, Paul Brown <[EMAIL PROTECTED]> 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 >
