Hi, How can one define the list of allowed stopwords in StandardAnalyzer? According to Lucene Java API doc, a set should be defined in Constructor to include the list of allowed Stopwords. I want to avoid skipping few words like "The", "on", "off" from being not indexed while using StandardAnalyzer.
How one would define such a constructor in PyLucene? Regards, Vin