With QueryParser, the stemfilter does not seem to work and with AnalyzingQueryParser, the stop filter is not effective.
Is my observation correct? How to solve this problem?
Update OK So did some experiments with the code. The AnalyzingQueryParser does not allow stopfilter and the QueryParser does not allow porterstemmerfilter with fuzzysearches.
So I need a QueryParser that allows fuzzy searches along with support for porterstemfilter and stopfilter.