hey all, is there any out of the box way to use your stop words to completely skip a document? if something has X in its description when being indexed i just want to ignore it altogether / when something is searched with X then go ahead and automatically return 0 results. quick context: using solr for semantic matching, sloppy ML'ing of sorts, so when running so automations to connect incoming data to our own corpus of known items there are irrelevant things that i'd like to not just block the stopword from being part of the token stream, but block the entire document/search.
thanks for any info!