Hi Gunnar,

In ToElasticsearch, you have translated the Lucene TermQuery to a match
query [1] in Elasticsearch.

>From what I see, it should be a term query [2] instead. Don't you agree?

[1]
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
[2]
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html

If you agree, I'll fix it in my tree.

FYI, I'm working on getting the DSLTest working.

-- 
Guillaume
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to