{
  "bool": {
    "must": [
      {
        "exists": { "field": "path" }
      },
      {
        "range": {
          "length": { "lt": 1024000 }
        }
      }
    ],
    "must_not": {
      "exists": { "field": "fullText" }
    }
  }
}