[hibernate-dev] [HSEARCH] Using two level queries to fight stop word disease
Hardy Ferentschik
hardy at hibernate.org
Fri Sep 6 12:31:58 EDT 2013
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 <emmanuel at hibernate.org> wrote:
> 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 similar and play with it to see of that's useful in practice ?
>
> Emmanuel
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list