jvoorhis / lucene_query

A query builder for Lucene, written in Ruby
MIT License
14 stars 6 forks source link

README.md? #1

Open arcreative opened 9 years ago

arcreative commented 9 years ago

Just a couple usage examples would be great!

jvoorhis commented 9 years ago

As you can tell from the commit history, this project has not been very active lately. I suggest you check out the rspec tests at https://github.com/jvoorhis/lucene_query/blob/master/examples/lucene_query.rb.

arcreative commented 9 years ago

Yeah, saw that, but those seem to be written for rspec and not use cases. Was trying:

LuceneQuery.new(&lambda {
  Fuzzy('test')
})

but it didn't like that so much...