Class StopFilter

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public final class StopFilter
    extends StopFilter
    Removes stop words from a token stream.

    This class moved to Lucene Core, but a reference in the analysis/common module is preserved for documentation purposes and consistency with filter factory.

    See Also:
    StopFilter, StopFilterFactory