Class IHelp::IHelpAnalyzer
In: lib/ihelp.rb
Parent: Ferret::Analysis::StandardAnalyzer
Ferret::Analysis::StandardAnalyzer IHelpAnalyzer RiDriver IHelpDriver IHelpIndex Renderer lib/ihelp.rb IHelp dot/m_0_1.png

Methods

Public Instance methods

[Source]

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

[Validate]