Class TextAnalyzer


  • public final class TextAnalyzer
    extends SearchAnalyzer
    An Analyzer capable of breaking up strings into individual words while also optionally filtering out stop-words, extracting word stems, applying case conversion and accent removal.
    Author:
    Michele Rastelli
    See Also:
    API Documentation