I don't even know if that's actually useful :) But yes if it is, some DSL
makes sense.
On Fri 2013-09-06 18:31, Hardy Ferentschik wrote:
> Interesting idea. We should at least have a Jira issue for that. Do you think
> about some DSL support for that?
>
> --Hardy
>
> On 26 Jan 2013, at 5:26 PM,
Interesting idea. We should at least have a Jira issue for that. Do you think
about some DSL support for that?
--Hardy
On 26 Jan 2013, at 5:26 PM, Emmanuel Bernard wrote:
> The elasticsearch guys have done something quite smart
>
> http://www.elasticsearch.org/blog/stop-stopping-stop-words-a-
The elasticsearch guys have done something quite smart
http://www.elasticsearch.org/blog/stop-stopping-stop-words-a-look-at-common-terms-query/
Basically combine a classic query with a query with the stop words. And stop
words are defined by their frequency.
Anyone want to implement something