Github user dsmiley commented on the issue:
https://github.com/apache/lucene-solr/pull/531
Thanks for helping out!
It's insufficient to simply prepend a `*` since it would match other labels
that share the same suffix. For example:
`childFilter='ingredients/name\_s:cocoa'` would get transformed into a query
that might match a label `secretingredients` but we don't want it to. I think
a solution is to build an OR query where one clause has a `*/` prepended to it,
and the other has nothing modified and so matches the term exactly. WDYT?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]