Sha256: b0c13102cb99d1598adf3237495207a911d1a1e189402c4a8c485c370787c261

Contents?: true

Size: 124 Bytes

Versions: 4

Compression:

Stored size: 124 Bytes

Contents

module ActiveLucene
  class Analyzer < StandardAnalyzer
    def initialize
      super Version::LUCENE_30
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_lucene-0.6 lib/active_lucene/analyzer.rb
active_lucene-0.5.2 lib/active_lucene/analyzer.rb
active_lucene-0.5.1 lib/active_lucene/analyzer.rb
active_lucene-0.5.0 lib/active_lucene/analyzer.rb