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



811
812
813
# File 'lib/ihelp.rb', line 811

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