Hello - the title says it all. When indexing a document, we need to run one or more additional filters depending on the value of a specific field. Likewise, we need to run that same filter over the already analyzed tokens when querying. This is not going to work if i extend TextField, at all. And i am not sure about QParsers as well because it should be QParser agnostic.
I am in need of some hints about which parts of the codebase i should extend or replace, if possible at all. For the record, in this case we do not want to create additional fields. Many thanks, Markus