My company has a use-case where we want to query for documents where a phrase occurs between X and Y times.
Eg, we want to find all the documents where the phrase "Elastic stack" is written more than 3 times.
Is this some functionality you'd be interested in and think would be useful to others?
We have our own plugin right now that adds a custom query type that achieves this behavior,
but we are more than happy to discuss this and try to make a PR if you are interested.
Hi,
My company has a use-case where we want to query for documents where a phrase occurs between X and Y times. Eg, we want to find all the documents where the phrase "Elastic stack" is written more than 3 times.
Is this some functionality you'd be interested in and think would be useful to others? We have our own plugin right now that adds a custom query type that achieves this behavior, but we are more than happy to discuss this and try to make a PR if you are interested.