Follows up on [https://hibernate.atlassian.net/browse/ HSEARCH-3197|https://hibernate.atlassian.net/browse/HSEARCH-3197|smart-link] . Same idea, but for match predicates, simpleQueryString predicates, multi-match predicates, etc.
For Elasticsearch, it should be pretty straightforward, since we only have to implement the DSL.
For Lucene, it will be more challenging, especially for simple query string queries: we'll have to figure out a way to override the parser. |
|