java.lang.Object
com.aquima.interactions.matching.impl.functions.fulltext.StopwordList
All Implemented Interfaces:
Serializable

public final class StopwordList extends Object implements Serializable
List containing the words that should be ignored in documents and queries.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Constructor Details

    • StopwordList

      protected StopwordList()
    • StopwordList

      protected StopwordList(IResource resource)
  • Method Details

    • isStopword

      protected boolean isStopword(String word)