Sha256: 8539ac007b50f311eca858c5c7a13c3b84bd6d0811eb283df22a4fabb196c360
Contents?: true
Size: 151 Bytes
Versions: 4
Compression:
Stored size: 151 Bytes
Contents
module ActiveLucene class Term def self.for(name, value) org.apache.lucene.index.Term.new name.to_s, value.to_s.downcase end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
active_lucene-0.6 | lib/active_lucene/term.rb |
active_lucene-0.5.2 | lib/active_lucene/term.rb |
active_lucene-0.5.1 | lib/active_lucene/term.rb |
active_lucene-0.5.0 | lib/active_lucene/term.rb |