Displaying 1 result from an estimated 1 matches for "search_ea".
Did you mean:
search_el
2005 Nov 22
1
Ferret NoMethodError
...initialized constant
OPT_TABLE
=> true
irb(main):002:0> include Ferret
=> Object
irb(main):003:0> index = Index::Index.new
=> #<Ferret::Index::Index:0x3477ba8 @qp=nil, ...>
irb(main):004:0> index << "This is a new doc"
=> nil
irb(main):005:0> index.search_each(''*:this'') do |d, s| puts d end
NoMethodError: undefined method `weight'' for nil:NilClass
from
c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.2.2/lib/ferret/search/index_searcher.rb:104:in
`search''
from
c:/ruby/lib/ruby/gems/1.8/gems/ferret-0.2.2/lib/fe...