Overload List

  NameDescription
Public methodStatic memberMakeStopSet(IList)
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor. This permits this stopWords construction to be cached once when an Analyzer is constructed.
Public methodStatic memberMakeStopSet(array<String>[]()[][])
Builds a Set from an array of stop words, appropriate for passing into the StopFilter constructor. This permits this stopWords construction to be cached once when an Analyzer is constructed.
Public methodStatic memberMakeStopSet(IList, Boolean)
Public methodStatic memberMakeStopSet(array<String>[]()[][], Boolean)

See Also