V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
rqxiao

ElasticsearchRepository 根据条件删除 Java 代码可以写吗

  •  
  •   rqxiao · Jul 15, 2020 · 4288 views
    This topic created in 2113 days ago, the information mentioned may be changed or developed.
    POST car_record/_delete_by_query
    {
    "query": {
    "bool": {
    "must": {
    "range": {
    "verifyTime": {
    "gte": "2020-04-01",
    "lte": "2020-05-01",
    "format": "yyyy-MM-dd"
    }
    }
    }
    }
    }
    }
    1 replies    2020-07-15 15:33:14 +08:00
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3483 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 12:05 · PVG 20:05 · LAX 05:05 · JFK 08:05
    ♥ Do have faith in what you're doing.