Class: IHelp::IHelpAnalyzer

Inherits:
Ferret::Analysis::StandardAnalyzer
  • Object
show all
Defined in:
lib/ihelp.rb

Instance Method Summary collapse

Instance Method Details

#token_stream(*a) ⇒ Object



821
822
823
# File 'lib/ihelp.rb', line 821

def token_stream(*a)
  Ferret::Analysis::StemFilter.new(super)
end