How to query lucene for empty fields?

前端 未结 3 1942
小蘑菇
小蘑菇 2020-12-30 02:12

I want in 2nd part of my query to have a list of result for while data not null. I find how do it in solr but not in lucene. Anyone have a idea Thanks

String :

3条回答
  •  粉色の甜心
    2020-12-30 02:33

    -_exists_:field_one works for me in ElasticSearch 6.0

    reference: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/query-dsl-query-string-query.html#_field_names

提交回复
热议问题