[hibernate-dev] [HSEARCH] Using two level queries to fight stop word disease
Emmanuel Bernard
emmanuel at hibernate.org
Mon Aug 26 11:26:59 EDT 2013
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
More information about the hibernate-dev
mailing list