We use Solr including language-dependent stemming and stop-words, all works fine.
However, we use search in other parts of the application as well where the documents are not in a Solr index. I’d like to filter out stop-words there as well. Is there any Solr query that returns its arguments with stop-words removed? Or in general, with filters applied?