Class IHelp::IHelpAnalyzer
In: lib/ihelp.rb
Parent: Ferret::Analysis::StandardAnalyzer

Methods

Public Instance methods

[Source]

     # File lib/ihelp.rb, line 823
823:       def token_stream(*a)
824:         Ferret::Analysis::StemFilter.new(super)
825:       end

[Validate]