Is there a way to configure a parser that will only input data before indexing?
So, for example, if I get:
"name": "Foo Bar"
The output term should be "foo bar", so I can use the term query to query for this exact term.
My use case is to index an object that I will query later with the term query, so I want each thing to be an index after the bottom.
Thanks!
source share