如果这个词能在索引中查出来,但是在某个id中查不出来怎么办?

例如:

GET patentarticle/_search
{
  "from": 0,
  "size": 1,
  "query": {
    "query_string": {
      "default_field": "*",
      "query": "claimText:\"聚乙烯\" AND id:xxxxxxxxx",
      "analyzer": "ik_syn_smart"
    }
  },
   "_source": true,
  "explain": true
} 

这是一个很简单的查询语句, 搜索claimText包含聚乙烯, 并且id是xxxxxxxxx的文档, 但是就是无法命中, 并且查看了该文档的claimText字段索引生成的token数组:

{
  "tokens" : [
    {
      "token" : "10.",
      "start_offset" : 0,
      "end_offset" : 3,
      "type" : "LETTER",
      "position" : 0
    },
    {
      "token" : "10",
      "start_offset" : 0,
      "end_offset" : 2,
      "type" : "ARABIC",
      "position" : 1
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 5,
      "end_offset" : 10,
      "type" : "CN_WORD",
      "position" : 2
    },
    {
      "token" : "锂离子",
      "start_offset" : 5,
      "end_offset" : 8,
      "type" : "CN_WORD",
      "position" : 3
    },
    {
      "token" : "锂",
      "start_offset" : 5,
      "end_offset" : 6,
      "type" : "CN_WORD",
      "position" : 4
    },
    {
      "token" : "离子",
      "start_offset" : 6,
      "end_offset" : 8,
      "type" : "CN_WORD",
      "position" : 5
    },
    {
      "token" : "电池",
      "start_offset" : 8,
      "end_offset" : 10,
      "type" : "CN_WORD",
      "position" : 6
    },
    {
      "token" : "包括",
      "start_offset" : 11,
      "end_offset" : 13,
      "type" : "CN_WORD",
      "position" : 7
    },
    {
      "token" : "正极",
      "start_offset" : 13,
      "end_offset" : 15,
      "type" : "CN_WORD",
      "position" : 8
    },
    {
      "token" : "极",
      "start_offset" : 15,
      "end_offset" : 16,
      "type" : "CN_CHAR",
      "position" : 9
    },
    {
      "token" : "片",
      "start_offset" : 16,
      "end_offset" : 17,
      "type" : "CN_CHAR",
      "position" : 10
    },
    {
      "token" : "负极",
      "start_offset" : 18,
      "end_offset" : 20,
      "type" : "CN_WORD",
      "position" : 11
    },
    {
      "token" : "极",
      "start_offset" : 20,
      "end_offset" : 21,
      "type" : "CN_CHAR",
      "position" : 12
    },
    {
      "token" : "片",
      "start_offset" : 21,
      "end_offset" : 22,
      "type" : "CN_CHAR",
      "position" : 13
    },
    {
      "token" : "隔膜",
      "start_offset" : 23,
      "end_offset" : 25,
      "type" : "CN_WORD",
      "position" : 14
    },
    {
      "token" : "膜",
      "start_offset" : 24,
      "end_offset" : 25,
      "type" : "CN_WORD",
      "position" : 15
    },
    {
      "token" : "和",
      "start_offset" : 25,
      "end_offset" : 26,
      "type" : "CN_CHAR",
      "position" : 16
    },
    {
      "token" : "电解液",
      "start_offset" : 26,
      "end_offset" : 29,
      "type" : "CN_WORD",
      "position" : 17
    },
    {
      "token" : "电解",
      "start_offset" : 26,
      "end_offset" : 28,
      "type" : "CN_WORD",
      "position" : 18
    },
    {
      "token" : "解",
      "start_offset" : 27,
      "end_offset" : 28,
      "type" : "CN_WORD",
      "position" : 19
    },
    {
      "token" : "液",
      "start_offset" : 28,
      "end_offset" : 29,
      "type" : "CN_CHAR",
      "position" : 20
    },
    {
      "token" : "特征",
      "start_offset" : 31,
      "end_offset" : 33,
      "type" : "CN_WORD",
      "position" : 21
    },
    {
      "token" : "所述",
      "start_offset" : 36,
      "end_offset" : 38,
      "type" : "CN_WORD",
      "position" : 22
    },
    {
      "token" : "负极",
      "start_offset" : 38,
      "end_offset" : 40,
      "type" : "CN_WORD",
      "position" : 23
    },
    {
      "token" : "极",
      "start_offset" : 40,
      "end_offset" : 41,
      "type" : "CN_CHAR",
      "position" : 24
    },
    {
      "token" : "片",
      "start_offset" : 41,
      "end_offset" : 42,
      "type" : "CN_CHAR",
      "position" : 25
    },
    {
      "token" : "权利要求",
      "start_offset" : 43,
      "end_offset" : 47,
      "type" : "CN_WORD",
      "position" : 26
    },
    {
      "token" : "权利",
      "start_offset" : 43,
      "end_offset" : 45,
      "type" : "CN_WORD",
      "position" : 27
    },
    {
      "token" : "要求",
      "start_offset" : 45,
      "end_offset" : 47,
      "type" : "CN_WORD",
      "position" : 28
    },
    {
      "token" : "9",
      "start_offset" : 47,
      "end_offset" : 48,
      "type" : "ARABIC",
      "position" : 29
    },
    {
      "token" : "所述",
      "start_offset" : 48,
      "end_offset" : 50,
      "type" : "CN_WORD",
      "position" : 30
    },
    {
      "token" : "述",
      "start_offset" : 49,
      "end_offset" : 50,
      "type" : "CN_CHAR",
      "position" : 31
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 50,
      "end_offset" : 55,
      "type" : "CN_WORD",
      "position" : 32
    },
    {
      "token" : "锂离子",
      "start_offset" : 50,
      "end_offset" : 53,
      "type" : "CN_WORD",
      "position" : 33
    },
    {
      "token" : "锂",
      "start_offset" : 50,
      "end_offset" : 51,
      "type" : "CN_WORD",
      "position" : 34
    },
    {
      "token" : "离子",
      "start_offset" : 51,
      "end_offset" : 53,
      "type" : "CN_WORD",
      "position" : 35
    },
    {
      "token" : "电池",
      "start_offset" : 53,
      "end_offset" : 55,
      "type" : "CN_WORD",
      "position" : 36
    },
    {
      "token" : "负极",
      "start_offset" : 55,
      "end_offset" : 57,
      "type" : "CN_WORD",
      "position" : 37
    },
    {
      "token" : "极",
      "start_offset" : 57,
      "end_offset" : 58,
      "type" : "CN_CHAR",
      "position" : 38
    },
    {
      "token" : "片",
      "start_offset" : 58,
      "end_offset" : 59,
      "type" : "CN_CHAR",
      "position" : 39
    },
    {
      "token" : "9.",
      "start_offset" : 61,
      "end_offset" : 63,
      "type" : "LETTER",
      "position" : 40
    },
    {
      "token" : "9",
      "start_offset" : 61,
      "end_offset" : 62,
      "type" : "ARABIC",
      "position" : 41
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 65,
      "end_offset" : 70,
      "type" : "CN_WORD",
      "position" : 42
    },
    {
      "token" : "锂离子",
      "start_offset" : 65,
      "end_offset" : 68,
      "type" : "CN_WORD",
      "position" : 43
    },
    {
      "token" : "锂",
      "start_offset" : 65,
      "end_offset" : 66,
      "type" : "CN_WORD",
      "position" : 44
    },
    {
      "token" : "离子",
      "start_offset" : 66,
      "end_offset" : 68,
      "type" : "CN_WORD",
      "position" : 45
    },
    {
      "token" : "电池",
      "start_offset" : 68,
      "end_offset" : 70,
      "type" : "CN_WORD",
      "position" : 46
    },
    {
      "token" : "负极",
      "start_offset" : 70,
      "end_offset" : 72,
      "type" : "CN_WORD",
      "position" : 47
    },
    {
      "token" : "极",
      "start_offset" : 72,
      "end_offset" : 73,
      "type" : "CN_CHAR",
      "position" : 48
    },
    {
      "token" : "片",
      "start_offset" : 73,
      "end_offset" : 74,
      "type" : "CN_CHAR",
      "position" : 49
    },
    {
      "token" : "包括",
      "start_offset" : 75,
      "end_offset" : 77,
      "type" : "CN_WORD",
      "position" : 50
    },
    {
      "token" : "集流体",
      "start_offset" : 77,
      "end_offset" : 80,
      "type" : "CN_WORD",
      "position" : 51
    },
    {
      "token" : "集流",
      "start_offset" : 77,
      "end_offset" : 79,
      "type" : "CN_WORD",
      "position" : 52
    },
    {
      "token" : "流体",
      "start_offset" : 78,
      "end_offset" : 80,
      "type" : "CN_WORD",
      "position" : 53
    },
    {
      "token" : "和",
      "start_offset" : 80,
      "end_offset" : 81,
      "type" : "CN_CHAR",
      "position" : 54
    },
    {
      "token" : "涂布",
      "start_offset" : 81,
      "end_offset" : 83,
      "type" : "CN_WORD",
      "position" : 55
    },
    {
      "token" : "集流体",
      "start_offset" : 84,
      "end_offset" : 87,
      "type" : "CN_WORD",
      "position" : 56
    },
    {
      "token" : "集流",
      "start_offset" : 84,
      "end_offset" : 86,
      "type" : "CN_WORD",
      "position" : 57
    },
    {
      "token" : "流体",
      "start_offset" : 85,
      "end_offset" : 87,
      "type" : "CN_WORD",
      "position" : 58
    },
    {
      "token" : "涂层",
      "start_offset" : 89,
      "end_offset" : 91,
      "type" : "CN_WORD",
      "position" : 59
    },
    {
      "token" : "特征",
      "start_offset" : 93,
      "end_offset" : 95,
      "type" : "CN_WORD",
      "position" : 60
    },
    {
      "token" : "所述",
      "start_offset" : 98,
      "end_offset" : 100,
      "type" : "CN_WORD",
      "position" : 61
    },
    {
      "token" : "涂层",
      "start_offset" : 100,
      "end_offset" : 102,
      "type" : "CN_WORD",
      "position" : 62
    },
    {
      "token" : "包括",
      "start_offset" : 102,
      "end_offset" : 104,
      "type" : "CN_WORD",
      "position" : 63
    },
    {
      "token" : "权利要求",
      "start_offset" : 104,
      "end_offset" : 108,
      "type" : "CN_WORD",
      "position" : 64
    },
    {
      "token" : "权利",
      "start_offset" : 104,
      "end_offset" : 106,
      "type" : "CN_WORD",
      "position" : 65
    },
    {
      "token" : "要求",
      "start_offset" : 106,
      "end_offset" : 108,
      "type" : "CN_WORD",
      "position" : 66
    },
    {
      "token" : "1-8",
      "start_offset" : 108,
      "end_offset" : 111,
      "type" : "LETTER",
      "position" : 67
    },
    {
      "token" : "1",
      "start_offset" : 108,
      "end_offset" : 109,
      "type" : "ARABIC",
      "position" : 68
    },
    {
      "token" : "8",
      "start_offset" : 110,
      "end_offset" : 111,
      "type" : "ARABIC",
      "position" : 69
    },
    {
      "token" : "任意",
      "start_offset" : 111,
      "end_offset" : 113,
      "type" : "CN_WORD",
      "position" : 70
    },
    {
      "token" : "意",
      "start_offset" : 112,
      "end_offset" : 113,
      "type" : "CN_CHAR",
      "position" : 71
    },
    {
      "token" : "一项",
      "start_offset" : 113,
      "end_offset" : 115,
      "type" : "CN_WORD",
      "position" : 72
    },
    {
      "token" : "项",
      "start_offset" : 114,
      "end_offset" : 115,
      "type" : "COUNT",
      "position" : 73
    },
    {
      "token" : "所述",
      "start_offset" : 115,
      "end_offset" : 117,
      "type" : "CN_WORD",
      "position" : 74
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 118,
      "end_offset" : 123,
      "type" : "CN_WORD",
      "position" : 75
    },
    {
      "token" : "锂离子",
      "start_offset" : 118,
      "end_offset" : 121,
      "type" : "CN_WORD",
      "position" : 76
    },
    {
      "token" : "锂",
      "start_offset" : 118,
      "end_offset" : 119,
      "type" : "CN_WORD",
      "position" : 77
    },
    {
      "token" : "离子",
      "start_offset" : 119,
      "end_offset" : 121,
      "type" : "CN_WORD",
      "position" : 78
    },
    {
      "token" : "电池",
      "start_offset" : 121,
      "end_offset" : 123,
      "type" : "CN_WORD",
      "position" : 79
    },
    {
      "token" : "负极",
      "start_offset" : 123,
      "end_offset" : 125,
      "type" : "CN_WORD",
      "position" : 80
    },
    {
      "token" : "粘结剂",
      "start_offset" : 125,
      "end_offset" : 128,
      "type" : "CN_WORD",
      "position" : 81
    },
    {
      "token" : "粘结",
      "start_offset" : 125,
      "end_offset" : 127,
      "type" : "CN_WORD",
      "position" : 82
    },
    {
      "token" : "剂",
      "start_offset" : 127,
      "end_offset" : 128,
      "type" : "CN_WORD",
      "position" : 83
    },
    {
      "token" : "8.",
      "start_offset" : 130,
      "end_offset" : 132,
      "type" : "LETTER",
      "position" : 84
    },
    {
      "token" : "8",
      "start_offset" : 130,
      "end_offset" : 131,
      "type" : "ARABIC",
      "position" : 85
    },
    {
      "token" : "根",
      "start_offset" : 132,
      "end_offset" : 133,
      "type" : "CN_WORD",
      "position" : 86
    },
    {
      "token" : "权利要求",
      "start_offset" : 134,
      "end_offset" : 138,
      "type" : "CN_WORD",
      "position" : 87
    },
    {
      "token" : "权利",
      "start_offset" : 134,
      "end_offset" : 136,
      "type" : "CN_WORD",
      "position" : 88
    },
    {
      "token" : "要求",
      "start_offset" : 136,
      "end_offset" : 138,
      "type" : "CN_WORD",
      "position" : 89
    },
    {
      "token" : "7",
      "start_offset" : 138,
      "end_offset" : 139,
      "type" : "ARABIC",
      "position" : 90
    },
    {
      "token" : "所述",
      "start_offset" : 139,
      "end_offset" : 141,
      "type" : "CN_WORD",
      "position" : 91
    },
    {
      "token" : "述",
      "start_offset" : 140,
      "end_offset" : 141,
      "type" : "CN_CHAR",
      "position" : 92
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 142,
      "end_offset" : 147,
      "type" : "CN_WORD",
      "position" : 93
    },
    {
      "token" : "锂离子",
      "start_offset" : 142,
      "end_offset" : 145,
      "type" : "CN_WORD",
      "position" : 94
    },
    {
      "token" : "锂",
      "start_offset" : 142,
      "end_offset" : 143,
      "type" : "CN_WORD",
      "position" : 95
    },
    {
      "token" : "离子",
      "start_offset" : 143,
      "end_offset" : 145,
      "type" : "CN_WORD",
      "position" : 96
    },
    {
      "token" : "电池",
      "start_offset" : 145,
      "end_offset" : 147,
      "type" : "CN_WORD",
      "position" : 97
    },
    {
      "token" : "负极",
      "start_offset" : 147,
      "end_offset" : 149,
      "type" : "CN_WORD",
      "position" : 98
    },
    {
      "token" : "粘结剂",
      "start_offset" : 149,
      "end_offset" : 152,
      "type" : "CN_WORD",
      "position" : 99
    },
    {
      "token" : "粘结",
      "start_offset" : 149,
      "end_offset" : 151,
      "type" : "CN_WORD",
      "position" : 100
    },
    {
      "token" : "剂",
      "start_offset" : 151,
      "end_offset" : 152,
      "type" : "CN_WORD",
      "position" : 101
    },
    {
      "token" : "特征",
      "start_offset" : 154,
      "end_offset" : 156,
      "type" : "CN_WORD",
      "position" : 102
    },
    {
      "token" : "所述",
      "start_offset" : 159,
      "end_offset" : 161,
      "type" : "CN_WORD",
      "position" : 103
    },
    {
      "token" : "甲基",
      "start_offset" : 162,
      "end_offset" : 164,
      "type" : "CN_WORD",
      "position" : 104
    },
    {
      "token" : "基",
      "start_offset" : 163,
      "end_offset" : 164,
      "type" : "CN_WORD",
      "position" : 105
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 165,
      "end_offset" : 168,
      "type" : "CN_WORD",
      "position" : 106
    },
    {
      "token" : "丙烯",
      "start_offset" : 165,
      "end_offset" : 167,
      "type" : "CN_WORD",
      "position" : 107
    },
    {
      "token" : "酸",
      "start_offset" : 167,
      "end_offset" : 168,
      "type" : "CN_WORD",
      "position" : 108
    },
    {
      "token" : "羟基",
      "start_offset" : 168,
      "end_offset" : 170,
      "type" : "CN_WORD",
      "position" : 109
    },
    {
      "token" : "基",
      "start_offset" : 169,
      "end_offset" : 170,
      "type" : "CN_WORD",
      "position" : 110
    },
    {
      "token" : "酯",
      "start_offset" : 170,
      "end_offset" : 171,
      "type" : "CN_WORD",
      "position" : 111
    },
    {
      "token" : "丙烯酸羟乙酯",
      "start_offset" : 172,
      "end_offset" : 178,
      "type" : "CN_WORD",
      "position" : 112
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 172,
      "end_offset" : 175,
      "type" : "CN_WORD",
      "position" : 113
    },
    {
      "token" : "丙烯",
      "start_offset" : 172,
      "end_offset" : 174,
      "type" : "CN_WORD",
      "position" : 114
    },
    {
      "token" : "酸",
      "start_offset" : 174,
      "end_offset" : 175,
      "type" : "CN_WORD",
      "position" : 115
    },
    {
      "token" : "羟乙",
      "start_offset" : 175,
      "end_offset" : 177,
      "type" : "CN_WORD",
      "position" : 116
    },
    {
      "token" : "酯",
      "start_offset" : 177,
      "end_offset" : 178,
      "type" : "CN_WORD",
      "position" : 117
    },
    {
      "token" : "7.",
      "start_offset" : 180,
      "end_offset" : 182,
      "type" : "LETTER",
      "position" : 118
    },
    {
      "token" : "7",
      "start_offset" : 180,
      "end_offset" : 181,
      "type" : "ARABIC",
      "position" : 119
    },
    {
      "token" : "根",
      "start_offset" : 182,
      "end_offset" : 183,
      "type" : "CN_WORD",
      "position" : 120
    },
    {
      "token" : "权利要求",
      "start_offset" : 184,
      "end_offset" : 188,
      "type" : "CN_WORD",
      "position" : 121
    },
    {
      "token" : "权利",
      "start_offset" : 184,
      "end_offset" : 186,
      "type" : "CN_WORD",
      "position" : 122
    },
    {
      "token" : "要求",
      "start_offset" : 186,
      "end_offset" : 188,
      "type" : "CN_WORD",
      "position" : 123
    },
    {
      "token" : "6",
      "start_offset" : 188,
      "end_offset" : 189,
      "type" : "ARABIC",
      "position" : 124
    },
    {
      "token" : "所述",
      "start_offset" : 189,
      "end_offset" : 191,
      "type" : "CN_WORD",
      "position" : 125
    },
    {
      "token" : "述",
      "start_offset" : 190,
      "end_offset" : 191,
      "type" : "CN_CHAR",
      "position" : 126
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 192,
      "end_offset" : 197,
      "type" : "CN_WORD",
      "position" : 127
    },
    {
      "token" : "锂离子",
      "start_offset" : 192,
      "end_offset" : 195,
      "type" : "CN_WORD",
      "position" : 128
    },
    {
      "token" : "锂",
      "start_offset" : 192,
      "end_offset" : 193,
      "type" : "CN_WORD",
      "position" : 129
    },
    {
      "token" : "离子",
      "start_offset" : 193,
      "end_offset" : 195,
      "type" : "CN_WORD",
      "position" : 130
    },
    {
      "token" : "电池",
      "start_offset" : 195,
      "end_offset" : 197,
      "type" : "CN_WORD",
      "position" : 131
    },
    {
      "token" : "负极",
      "start_offset" : 197,
      "end_offset" : 199,
      "type" : "CN_WORD",
      "position" : 132
    },
    {
      "token" : "粘结剂",
      "start_offset" : 199,
      "end_offset" : 202,
      "type" : "CN_WORD",
      "position" : 133
    },
    {
      "token" : "粘结",
      "start_offset" : 199,
      "end_offset" : 201,
      "type" : "CN_WORD",
      "position" : 134
    },
    {
      "token" : "剂",
      "start_offset" : 201,
      "end_offset" : 202,
      "type" : "CN_WORD",
      "position" : 135
    },
    {
      "token" : "特征",
      "start_offset" : 204,
      "end_offset" : 206,
      "type" : "CN_WORD",
      "position" : 136
    },
    {
      "token" : "甲基",
      "start_offset" : 210,
      "end_offset" : 212,
      "type" : "CN_WORD",
      "position" : 137
    },
    {
      "token" : "基",
      "start_offset" : 211,
      "end_offset" : 212,
      "type" : "CN_WORD",
      "position" : 138
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 213,
      "end_offset" : 216,
      "type" : "CN_WORD",
      "position" : 139
    },
    {
      "token" : "丙烯",
      "start_offset" : 213,
      "end_offset" : 215,
      "type" : "CN_WORD",
      "position" : 140
    },
    {
      "token" : "酸",
      "start_offset" : 215,
      "end_offset" : 216,
      "type" : "CN_WORD",
      "position" : 141
    },
    {
      "token" : "甲基",
      "start_offset" : 218,
      "end_offset" : 220,
      "type" : "CN_WORD",
      "position" : 142
    },
    {
      "token" : "基",
      "start_offset" : 219,
      "end_offset" : 220,
      "type" : "CN_WORD",
      "position" : 143
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 221,
      "end_offset" : 224,
      "type" : "CN_WORD",
      "position" : 144
    },
    {
      "token" : "丙烯",
      "start_offset" : 221,
      "end_offset" : 223,
      "type" : "CN_WORD",
      "position" : 145
    },
    {
      "token" : "酸",
      "start_offset" : 223,
      "end_offset" : 224,
      "type" : "CN_WORD",
      "position" : 146
    },
    {
      "token" : "锂",
      "start_offset" : 224,
      "end_offset" : 225,
      "type" : "CN_WORD",
      "position" : 147
    },
    {
      "token" : "和",
      "start_offset" : 225,
      "end_offset" : 226,
      "type" : "CN_CHAR",
      "position" : 148
    },
    {
      "token" : "甲基",
      "start_offset" : 227,
      "end_offset" : 229,
      "type" : "CN_WORD",
      "position" : 149
    },
    {
      "token" : "基",
      "start_offset" : 228,
      "end_offset" : 229,
      "type" : "CN_WORD",
      "position" : 150
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 230,
      "end_offset" : 233,
      "type" : "CN_WORD",
      "position" : 151
    },
    {
      "token" : "丙烯",
      "start_offset" : 230,
      "end_offset" : 232,
      "type" : "CN_WORD",
      "position" : 152
    },
    {
      "token" : "酸",
      "start_offset" : 232,
      "end_offset" : 233,
      "type" : "CN_WORD",
      "position" : 153
    },
    {
      "token" : "羟基",
      "start_offset" : 233,
      "end_offset" : 235,
      "type" : "CN_WORD",
      "position" : 154
    },
    {
      "token" : "基",
      "start_offset" : 234,
      "end_offset" : 235,
      "type" : "CN_WORD",
      "position" : 155
    },
    {
      "token" : "酯",
      "start_offset" : 235,
      "end_offset" : 236,
      "type" : "CN_WORD",
      "position" : 156
    },
    {
      "token" : "质量比",
      "start_offset" : 237,
      "end_offset" : 240,
      "type" : "CN_WORD",
      "position" : 157
    },
    {
      "token" : "质量",
      "start_offset" : 237,
      "end_offset" : 239,
      "type" : "CN_WORD",
      "position" : 158
    },
    {
      "token" : "比例",
      "start_offset" : 239,
      "end_offset" : 241,
      "type" : "CN_WORD",
      "position" : 159
    },
    {
      "token" : "1",
      "start_offset" : 242,
      "end_offset" : 243,
      "type" : "ARABIC",
      "position" : 160
    },
    {
      "token" : "1",
      "start_offset" : 244,
      "end_offset" : 245,
      "type" : "ARABIC",
      "position" : 161
    },
    {
      "token" : "1",
      "start_offset" : 246,
      "end_offset" : 247,
      "type" : "ARABIC",
      "position" : 162
    },
    {
      "token" : "6.",
      "start_offset" : 249,
      "end_offset" : 251,
      "type" : "LETTER",
      "position" : 163
    },
    {
      "token" : "6",
      "start_offset" : 249,
      "end_offset" : 250,
      "type" : "ARABIC",
      "position" : 164
    },
    {
      "token" : "根",
      "start_offset" : 251,
      "end_offset" : 252,
      "type" : "CN_WORD",
      "position" : 165
    },
    {
      "token" : "权利要求",
      "start_offset" : 253,
      "end_offset" : 257,
      "type" : "CN_WORD",
      "position" : 166
    },
    {
      "token" : "权利",
      "start_offset" : 253,
      "end_offset" : 255,
      "type" : "CN_WORD",
      "position" : 167
    },
    {
      "token" : "要求",
      "start_offset" : 255,
      "end_offset" : 257,
      "type" : "CN_WORD",
      "position" : 168
    },
    {
      "token" : "1",
      "start_offset" : 257,
      "end_offset" : 258,
      "type" : "ARABIC",
      "position" : 169
    },
    {
      "token" : "所述",
      "start_offset" : 258,
      "end_offset" : 260,
      "type" : "CN_WORD",
      "position" : 170
    },
    {
      "token" : "述",
      "start_offset" : 259,
      "end_offset" : 260,
      "type" : "CN_CHAR",
      "position" : 171
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 261,
      "end_offset" : 266,
      "type" : "CN_WORD",
      "position" : 172
    },
    {
      "token" : "锂离子",
      "start_offset" : 261,
      "end_offset" : 264,
      "type" : "CN_WORD",
      "position" : 173
    },
    {
      "token" : "锂",
      "start_offset" : 261,
      "end_offset" : 262,
      "type" : "CN_WORD",
      "position" : 174
    },
    {
      "token" : "离子",
      "start_offset" : 262,
      "end_offset" : 264,
      "type" : "CN_WORD",
      "position" : 175
    },
    {
      "token" : "电池",
      "start_offset" : 264,
      "end_offset" : 266,
      "type" : "CN_WORD",
      "position" : 176
    },
    {
      "token" : "负极",
      "start_offset" : 266,
      "end_offset" : 268,
      "type" : "CN_WORD",
      "position" : 177
    },
    {
      "token" : "粘结剂",
      "start_offset" : 268,
      "end_offset" : 271,
      "type" : "CN_WORD",
      "position" : 178
    },
    {
      "token" : "粘结",
      "start_offset" : 268,
      "end_offset" : 270,
      "type" : "CN_WORD",
      "position" : 179
    },
    {
      "token" : "剂",
      "start_offset" : 270,
      "end_offset" : 271,
      "type" : "CN_WORD",
      "position" : 180
    },
    {
      "token" : "特征",
      "start_offset" : 273,
      "end_offset" : 275,
      "type" : "CN_WORD",
      "position" : 181
    },
    {
      "token" : "所述",
      "start_offset" : 278,
      "end_offset" : 280,
      "type" : "CN_WORD",
      "position" : 182
    },
    {
      "token" : "改性",
      "start_offset" : 280,
      "end_offset" : 282,
      "type" : "CN_WORD",
      "position" : 183
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 282,
      "end_offset" : 286,
      "type" : "CN_WORD",
      "position" : 184
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 282,
      "end_offset" : 285,
      "type" : "CN_WORD",
      "position" : 185
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 283,
      "end_offset" : 286,
      "type" : "CN_WORD",
      "position" : 186
    },
    {
      "token" : "乙烯",
      "start_offset" : 283,
      "end_offset" : 285,
      "type" : "CN_WORD",
      "position" : 187
    },
    {
      "token" : "醇",
      "start_offset" : 285,
      "end_offset" : 286,
      "type" : "CN_WORD",
      "position" : 188
    },
    {
      "token" : "制备",
      "start_offset" : 287,
      "end_offset" : 289,
      "type" : "CN_WORD",
      "position" : 189
    },
    {
      "token" : "包括",
      "start_offset" : 289,
      "end_offset" : 291,
      "type" : "CN_WORD",
      "position" : 190
    },
    {
      "token" : "下步",
      "start_offset" : 292,
      "end_offset" : 294,
      "type" : "CN_WORD",
      "position" : 191
    },
    {
      "token" : "步骤",
      "start_offset" : 293,
      "end_offset" : 295,
      "type" : "CN_WORD",
      "position" : 192
    },
    {
      "token" : "s1",
      "start_offset" : 297,
      "end_offset" : 299,
      "type" : "LETTER",
      "position" : 193
    },
    {
      "token" : "s",
      "start_offset" : 297,
      "end_offset" : 298,
      "type" : "ENGLISH",
      "position" : 194
    },
    {
      "token" : "1",
      "start_offset" : 298,
      "end_offset" : 299,
      "type" : "ARABIC",
      "position" : 195
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 301,
      "end_offset" : 305,
      "type" : "CN_WORD",
      "position" : 196
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 301,
      "end_offset" : 304,
      "type" : "CN_WORD",
      "position" : 197
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 302,
      "end_offset" : 305,
      "type" : "CN_WORD",
      "position" : 198
    },
    {
      "token" : "乙烯",
      "start_offset" : 302,
      "end_offset" : 304,
      "type" : "CN_WORD",
      "position" : 199
    },
    {
      "token" : "醇",
      "start_offset" : 304,
      "end_offset" : 305,
      "type" : "CN_WORD",
      "position" : 200
    },
    {
      "token" : "溶解",
      "start_offset" : 305,
      "end_offset" : 307,
      "type" : "CN_WORD",
      "position" : 201
    },
    {
      "token" : "解",
      "start_offset" : 306,
      "end_offset" : 307,
      "type" : "CN_WORD",
      "position" : 202
    },
    {
      "token" : "水中",
      "start_offset" : 308,
      "end_offset" : 310,
      "type" : "CN_WORD",
      "position" : 203
    },
    {
      "token" : "水",
      "start_offset" : 308,
      "end_offset" : 309,
      "type" : "CN_WORD",
      "position" : 204
    },
    {
      "token" : "中",
      "start_offset" : 309,
      "end_offset" : 310,
      "type" : "CN_CHAR",
      "position" : 205
    },
    {
      "token" : "引发剂",
      "start_offset" : 313,
      "end_offset" : 316,
      "type" : "CN_WORD",
      "position" : 206
    },
    {
      "token" : "引发",
      "start_offset" : 313,
      "end_offset" : 315,
      "type" : "CN_WORD",
      "position" : 207
    },
    {
      "token" : "剂",
      "start_offset" : 315,
      "end_offset" : 316,
      "type" : "CN_WORD",
      "position" : 208
    },
    {
      "token" : "室温",
      "start_offset" : 317,
      "end_offset" : 319,
      "type" : "CN_WORD",
      "position" : 209
    },
    {
      "token" : "搅拌",
      "start_offset" : 320,
      "end_offset" : 322,
      "type" : "CN_WORD",
      "position" : 210
    },
    {
      "token" : "直至",
      "start_offset" : 322,
      "end_offset" : 324,
      "type" : "CN_WORD",
      "position" : 211
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 324,
      "end_offset" : 328,
      "type" : "CN_WORD",
      "position" : 212
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 324,
      "end_offset" : 327,
      "type" : "CN_WORD",
      "position" : 213
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 325,
      "end_offset" : 328,
      "type" : "CN_WORD",
      "position" : 214
    },
    {
      "token" : "乙烯",
      "start_offset" : 325,
      "end_offset" : 327,
      "type" : "CN_WORD",
      "position" : 215
    },
    {
      "token" : "醇和",
      "start_offset" : 327,
      "end_offset" : 329,
      "type" : "CN_WORD",
      "position" : 216
    },
    {
      "token" : "醇",
      "start_offset" : 327,
      "end_offset" : 328,
      "type" : "CN_WORD",
      "position" : 217
    },
    {
      "token" : "和",
      "start_offset" : 328,
      "end_offset" : 329,
      "type" : "CN_CHAR",
      "position" : 218
    },
    {
      "token" : "引发剂",
      "start_offset" : 329,
      "end_offset" : 332,
      "type" : "CN_WORD",
      "position" : 219
    },
    {
      "token" : "引发",
      "start_offset" : 329,
      "end_offset" : 331,
      "type" : "CN_WORD",
      "position" : 220
    },
    {
      "token" : "剂",
      "start_offset" : 331,
      "end_offset" : 332,
      "type" : "CN_WORD",
      "position" : 221
    },
    {
      "token" : "溶解",
      "start_offset" : 334,
      "end_offset" : 336,
      "type" : "CN_WORD",
      "position" : 222
    },
    {
      "token" : "解",
      "start_offset" : 335,
      "end_offset" : 336,
      "type" : "CN_WORD",
      "position" : 223
    },
    {
      "token" : "再通",
      "start_offset" : 337,
      "end_offset" : 339,
      "type" : "CN_WORD",
      "position" : 224
    },
    {
      "token" : "入",
      "start_offset" : 339,
      "end_offset" : 340,
      "type" : "CN_CHAR",
      "position" : 225
    },
    {
      "token" : "惰性气体",
      "start_offset" : 340,
      "end_offset" : 344,
      "type" : "CN_WORD",
      "position" : 226
    },
    {
      "token" : "惰性",
      "start_offset" : 340,
      "end_offset" : 342,
      "type" : "CN_WORD",
      "position" : 227
    },
    {
      "token" : "性气",
      "start_offset" : 341,
      "end_offset" : 343,
      "type" : "CN_WORD",
      "position" : 228
    },
    {
      "token" : "气体",
      "start_offset" : 342,
      "end_offset" : 344,
      "type" : "CN_WORD",
      "position" : 229
    },
    {
      "token" : "行",
      "start_offset" : 345,
      "end_offset" : 346,
      "type" : "CN_WORD",
      "position" : 230
    },
    {
      "token" : "洗",
      "start_offset" : 346,
      "end_offset" : 347,
      "type" : "CN_CHAR",
      "position" : 231
    },
    {
      "token" : "气",
      "start_offset" : 347,
      "end_offset" : 348,
      "type" : "CN_CHAR",
      "position" : 232
    },
    {
      "token" : "s2",
      "start_offset" : 350,
      "end_offset" : 352,
      "type" : "LETTER",
      "position" : 233
    },
    {
      "token" : "s",
      "start_offset" : 350,
      "end_offset" : 351,
      "type" : "ENGLISH",
      "position" : 234
    },
    {
      "token" : "2",
      "start_offset" : 351,
      "end_offset" : 352,
      "type" : "ARABIC",
      "position" : 235
    },
    {
      "token" : "步骤",
      "start_offset" : 354,
      "end_offset" : 356,
      "type" : "CN_WORD",
      "position" : 236
    },
    {
      "token" : "s1",
      "start_offset" : 356,
      "end_offset" : 358,
      "type" : "LETTER",
      "position" : 237
    },
    {
      "token" : "s",
      "start_offset" : 356,
      "end_offset" : 357,
      "type" : "ENGLISH",
      "position" : 238
    },
    {
      "token" : "1",
      "start_offset" : 357,
      "end_offset" : 358,
      "type" : "ARABIC",
      "position" : 239
    },
    {
      "token" : "所得",
      "start_offset" : 358,
      "end_offset" : 360,
      "type" : "CN_WORD",
      "position" : 240
    },
    {
      "token" : "混合",
      "start_offset" : 360,
      "end_offset" : 362,
      "type" : "CN_WORD",
      "position" : 241
    },
    {
      "token" : "溶液",
      "start_offset" : 362,
      "end_offset" : 364,
      "type" : "CN_WORD",
      "position" : 242
    },
    {
      "token" : "升高",
      "start_offset" : 365,
      "end_offset" : 367,
      "type" : "CN_WORD",
      "position" : 243
    },
    {
      "token" : "高温",
      "start_offset" : 366,
      "end_offset" : 368,
      "type" : "CN_WORD",
      "position" : 244
    },
    {
      "token" : "温度",
      "start_offset" : 367,
      "end_offset" : 369,
      "type" : "CN_WORD",
      "position" : 245
    },
    {
      "token" : "保持在",
      "start_offset" : 369,
      "end_offset" : 372,
      "type" : "CN_WORD",
      "position" : 246
    },
    {
      "token" : "55-75",
      "start_offset" : 372,
      "end_offset" : 377,
      "type" : "LETTER",
      "position" : 247
    },
    {
      "token" : "55",
      "start_offset" : 372,
      "end_offset" : 374,
      "type" : "ARABIC",
      "position" : 248
    },
    {
      "token" : "75",
      "start_offset" : 375,
      "end_offset" : 377,
      "type" : "ARABIC",
      "position" : 249
    },
    {
      "token" : "使其",
      "start_offset" : 379,
      "end_offset" : 381,
      "type" : "CN_WORD",
      "position" : 250
    },
    {
      "token" : "自由基",
      "start_offset" : 383,
      "end_offset" : 386,
      "type" : "CN_WORD",
      "position" : 251
    },
    {
      "token" : "自由",
      "start_offset" : 383,
      "end_offset" : 385,
      "type" : "CN_WORD",
      "position" : 252
    },
    {
      "token" : "基",
      "start_offset" : 385,
      "end_offset" : 386,
      "type" : "CN_WORD",
      "position" : 253
    },
    {
      "token" : "甲基",
      "start_offset" : 392,
      "end_offset" : 394,
      "type" : "CN_WORD",
      "position" : 254
    },
    {
      "token" : "基",
      "start_offset" : 393,
      "end_offset" : 394,
      "type" : "CN_WORD",
      "position" : 255
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 395,
      "end_offset" : 398,
      "type" : "CN_WORD",
      "position" : 256
    },
    {
      "token" : "丙烯",
      "start_offset" : 395,
      "end_offset" : 397,
      "type" : "CN_WORD",
      "position" : 257
    },
    {
      "token" : "酸",
      "start_offset" : 397,
      "end_offset" : 398,
      "type" : "CN_WORD",
      "position" : 258
    },
    {
      "token" : "甲基",
      "start_offset" : 400,
      "end_offset" : 402,
      "type" : "CN_WORD",
      "position" : 259
    },
    {
      "token" : "基",
      "start_offset" : 401,
      "end_offset" : 402,
      "type" : "CN_WORD",
      "position" : 260
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 403,
      "end_offset" : 406,
      "type" : "CN_WORD",
      "position" : 261
    },
    {
      "token" : "丙烯",
      "start_offset" : 403,
      "end_offset" : 405,
      "type" : "CN_WORD",
      "position" : 262
    },
    {
      "token" : "酸",
      "start_offset" : 405,
      "end_offset" : 406,
      "type" : "CN_WORD",
      "position" : 263
    },
    {
      "token" : "锂",
      "start_offset" : 406,
      "end_offset" : 407,
      "type" : "CN_WORD",
      "position" : 264
    },
    {
      "token" : "和",
      "start_offset" : 407,
      "end_offset" : 408,
      "type" : "CN_CHAR",
      "position" : 265
    },
    {
      "token" : "甲基",
      "start_offset" : 409,
      "end_offset" : 411,
      "type" : "CN_WORD",
      "position" : 266
    },
    {
      "token" : "基",
      "start_offset" : 410,
      "end_offset" : 411,
      "type" : "CN_WORD",
      "position" : 267
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 412,
      "end_offset" : 415,
      "type" : "CN_WORD",
      "position" : 268
    },
    {
      "token" : "丙烯",
      "start_offset" : 412,
      "end_offset" : 414,
      "type" : "CN_WORD",
      "position" : 269
    },
    {
      "token" : "酸",
      "start_offset" : 414,
      "end_offset" : 415,
      "type" : "CN_WORD",
      "position" : 270
    },
    {
      "token" : "羟基",
      "start_offset" : 415,
      "end_offset" : 417,
      "type" : "CN_WORD",
      "position" : 271
    },
    {
      "token" : "基",
      "start_offset" : 416,
      "end_offset" : 417,
      "type" : "CN_WORD",
      "position" : 272
    },
    {
      "token" : "酯",
      "start_offset" : 417,
      "end_offset" : 418,
      "type" : "CN_WORD",
      "position" : 273
    },
    {
      "token" : "搅拌",
      "start_offset" : 419,
      "end_offset" : 421,
      "type" : "CN_WORD",
      "position" : 274
    },
    {
      "token" : "温度",
      "start_offset" : 424,
      "end_offset" : 426,
      "type" : "CN_WORD",
      "position" : 275
    },
    {
      "token" : "55-75",
      "start_offset" : 426,
      "end_offset" : 431,
      "type" : "LETTER",
      "position" : 276
    },
    {
      "token" : "55",
      "start_offset" : 426,
      "end_offset" : 428,
      "type" : "ARABIC",
      "position" : 277
    },
    {
      "token" : "75",
      "start_offset" : 429,
      "end_offset" : 431,
      "type" : "ARABIC",
      "position" : 278
    },
    {
      "token" : "反应",
      "start_offset" : 433,
      "end_offset" : 435,
      "type" : "CN_WORD",
      "position" : 279
    },
    {
      "token" : "15-30h",
      "start_offset" : 435,
      "end_offset" : 441,
      "type" : "LETTER",
      "position" : 280
    },
    {
      "token" : "15",
      "start_offset" : 435,
      "end_offset" : 437,
      "type" : "ARABIC",
      "position" : 281
    },
    {
      "token" : "30",
      "start_offset" : 438,
      "end_offset" : 440,
      "type" : "ARABIC",
      "position" : 282
    },
    {
      "token" : "h",
      "start_offset" : 440,
      "end_offset" : 441,
      "type" : "ENGLISH",
      "position" : 283
    },
    {
      "token" : "质量",
      "start_offset" : 444,
      "end_offset" : 446,
      "type" : "CN_WORD",
      "position" : 284
    },
    {
      "token" : "百分比",
      "start_offset" : 446,
      "end_offset" : 449,
      "type" : "CN_WORD",
      "position" : 285
    },
    {
      "token" : "百分",
      "start_offset" : 446,
      "end_offset" : 448,
      "type" : "CN_WORD",
      "position" : 286
    },
    {
      "token" : "百",
      "start_offset" : 446,
      "end_offset" : 447,
      "type" : "TYPE_CNUM",
      "position" : 287
    },
    {
      "token" : "分",
      "start_offset" : 447,
      "end_offset" : 448,
      "type" : "COUNT",
      "position" : 288
    },
    {
      "token" : "所述",
      "start_offset" : 450,
      "end_offset" : 452,
      "type" : "CN_WORD",
      "position" : 289
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 452,
      "end_offset" : 456,
      "type" : "CN_WORD",
      "position" : 290
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 452,
      "end_offset" : 455,
      "type" : "CN_WORD",
      "position" : 291
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 453,
      "end_offset" : 456,
      "type" : "CN_WORD",
      "position" : 292
    },
    {
      "token" : "乙烯",
      "start_offset" : 453,
      "end_offset" : 455,
      "type" : "CN_WORD",
      "position" : 293
    },
    {
      "token" : "醇",
      "start_offset" : 455,
      "end_offset" : 456,
      "type" : "CN_WORD",
      "position" : 294
    },
    {
      "token" : "占",
      "start_offset" : 456,
      "end_offset" : 457,
      "type" : "CN_CHAR",
      "position" : 295
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 457,
      "end_offset" : 461,
      "type" : "CN_WORD",
      "position" : 296
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 457,
      "end_offset" : 460,
      "type" : "CN_WORD",
      "position" : 297
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 458,
      "end_offset" : 461,
      "type" : "CN_WORD",
      "position" : 298
    },
    {
      "token" : "乙烯",
      "start_offset" : 458,
      "end_offset" : 460,
      "type" : "CN_WORD",
      "position" : 299
    },
    {
      "token" : "醇",
      "start_offset" : 460,
      "end_offset" : 461,
      "type" : "CN_WORD",
      "position" : 300
    },
    {
      "token" : "甲基",
      "start_offset" : 463,
      "end_offset" : 465,
      "type" : "CN_WORD",
      "position" : 301
    },
    {
      "token" : "基",
      "start_offset" : 464,
      "end_offset" : 465,
      "type" : "CN_WORD",
      "position" : 302
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 466,
      "end_offset" : 469,
      "type" : "CN_WORD",
      "position" : 303
    },
    {
      "token" : "丙烯",
      "start_offset" : 466,
      "end_offset" : 468,
      "type" : "CN_WORD",
      "position" : 304
    },
    {
      "token" : "酸",
      "start_offset" : 468,
      "end_offset" : 469,
      "type" : "CN_WORD",
      "position" : 305
    },
    {
      "token" : "甲基",
      "start_offset" : 471,
      "end_offset" : 473,
      "type" : "CN_WORD",
      "position" : 306
    },
    {
      "token" : "基",
      "start_offset" : 472,
      "end_offset" : 473,
      "type" : "CN_WORD",
      "position" : 307
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 474,
      "end_offset" : 477,
      "type" : "CN_WORD",
      "position" : 308
    },
    {
      "token" : "丙烯",
      "start_offset" : 474,
      "end_offset" : 476,
      "type" : "CN_WORD",
      "position" : 309
    },
    {
      "token" : "酸",
      "start_offset" : 476,
      "end_offset" : 477,
      "type" : "CN_WORD",
      "position" : 310
    },
    {
      "token" : "锂",
      "start_offset" : 477,
      "end_offset" : 478,
      "type" : "CN_WORD",
      "position" : 311
    },
    {
      "token" : "和",
      "start_offset" : 478,
      "end_offset" : 479,
      "type" : "CN_CHAR",
      "position" : 312
    },
    {
      "token" : "甲基",
      "start_offset" : 480,
      "end_offset" : 482,
      "type" : "CN_WORD",
      "position" : 313
    },
    {
      "token" : "基",
      "start_offset" : 481,
      "end_offset" : 482,
      "type" : "CN_WORD",
      "position" : 314
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 483,
      "end_offset" : 486,
      "type" : "CN_WORD",
      "position" : 315
    },
    {
      "token" : "丙烯",
      "start_offset" : 483,
      "end_offset" : 485,
      "type" : "CN_WORD",
      "position" : 316
    },
    {
      "token" : "酸",
      "start_offset" : 485,
      "end_offset" : 486,
      "type" : "CN_WORD",
      "position" : 317
    },
    {
      "token" : "羟基",
      "start_offset" : 486,
      "end_offset" : 488,
      "type" : "CN_WORD",
      "position" : 318
    },
    {
      "token" : "基",
      "start_offset" : 487,
      "end_offset" : 488,
      "type" : "CN_WORD",
      "position" : 319
    },
    {
      "token" : "酯",
      "start_offset" : 488,
      "end_offset" : 489,
      "type" : "CN_WORD",
      "position" : 320
    },
    {
      "token" : "质量",
      "start_offset" : 489,
      "end_offset" : 491,
      "type" : "CN_WORD",
      "position" : 321
    },
    {
      "token" : "之和",
      "start_offset" : 491,
      "end_offset" : 493,
      "type" : "CN_WORD",
      "position" : 322
    },
    {
      "token" : "35",
      "start_offset" : 494,
      "end_offset" : 496,
      "type" : "ARABIC",
      "position" : 323
    },
    {
      "token" : "60",
      "start_offset" : 498,
      "end_offset" : 500,
      "type" : "ARABIC",
      "position" : 324
    },
    {
      "token" : "甲基",
      "start_offset" : 504,
      "end_offset" : 506,
      "type" : "CN_WORD",
      "position" : 325
    },
    {
      "token" : "基",
      "start_offset" : 505,
      "end_offset" : 506,
      "type" : "CN_WORD",
      "position" : 326
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 507,
      "end_offset" : 510,
      "type" : "CN_WORD",
      "position" : 327
    },
    {
      "token" : "丙烯",
      "start_offset" : 507,
      "end_offset" : 509,
      "type" : "CN_WORD",
      "position" : 328
    },
    {
      "token" : "酸",
      "start_offset" : 509,
      "end_offset" : 510,
      "type" : "CN_WORD",
      "position" : 329
    },
    {
      "token" : "甲基",
      "start_offset" : 512,
      "end_offset" : 514,
      "type" : "CN_WORD",
      "position" : 330
    },
    {
      "token" : "基",
      "start_offset" : 513,
      "end_offset" : 514,
      "type" : "CN_WORD",
      "position" : 331
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 515,
      "end_offset" : 518,
      "type" : "CN_WORD",
      "position" : 332
    },
    {
      "token" : "丙烯",
      "start_offset" : 515,
      "end_offset" : 517,
      "type" : "CN_WORD",
      "position" : 333
    },
    {
      "token" : "酸",
      "start_offset" : 517,
      "end_offset" : 518,
      "type" : "CN_WORD",
      "position" : 334
    },
    {
      "token" : "锂",
      "start_offset" : 518,
      "end_offset" : 519,
      "type" : "CN_WORD",
      "position" : 335
    },
    {
      "token" : "和",
      "start_offset" : 519,
      "end_offset" : 520,
      "type" : "CN_CHAR",
      "position" : 336
    },
    {
      "token" : "甲基",
      "start_offset" : 521,
      "end_offset" : 523,
      "type" : "CN_WORD",
      "position" : 337
    },
    {
      "token" : "基",
      "start_offset" : 522,
      "end_offset" : 523,
      "type" : "CN_WORD",
      "position" : 338
    },
    {
      "token" : "丙烯酸",
      "start_offset" : 524,
      "end_offset" : 527,
      "type" : "CN_WORD",
      "position" : 339
    },
    {
      "token" : "丙烯",
      "start_offset" : 524,
      "end_offset" : 526,
      "type" : "CN_WORD",
      "position" : 340
    },
    {
      "token" : "酸",
      "start_offset" : 526,
      "end_offset" : 527,
      "type" : "CN_WORD",
      "position" : 341
    },
    {
      "token" : "羟基",
      "start_offset" : 527,
      "end_offset" : 529,
      "type" : "CN_WORD",
      "position" : 342
    },
    {
      "token" : "基",
      "start_offset" : 528,
      "end_offset" : 529,
      "type" : "CN_WORD",
      "position" : 343
    },
    {
      "token" : "酯",
      "start_offset" : 529,
      "end_offset" : 530,
      "type" : "CN_WORD",
      "position" : 344
    },
    {
      "token" : "质量比",
      "start_offset" : 531,
      "end_offset" : 534,
      "type" : "CN_WORD",
      "position" : 345
    },
    {
      "token" : "质量",
      "start_offset" : 531,
      "end_offset" : 533,
      "type" : "CN_WORD",
      "position" : 346
    },
    {
      "token" : "比例",
      "start_offset" : 533,
      "end_offset" : 535,
      "type" : "CN_WORD",
      "position" : 347
    },
    {
      "token" : "1",
      "start_offset" : 537,
      "end_offset" : 538,
      "type" : "ARABIC",
      "position" : 348
    },
    {
      "token" : "1.5",
      "start_offset" : 539,
      "end_offset" : 542,
      "type" : "ARABIC",
      "position" : 349
    },
    {
      "token" : "1",
      "start_offset" : 543,
      "end_offset" : 544,
      "type" : "ARABIC",
      "position" : 350
    },
    {
      "token" : "1.5",
      "start_offset" : 545,
      "end_offset" : 548,
      "type" : "ARABIC",
      "position" : 351
    },
    {
      "token" : "1",
      "start_offset" : 549,
      "end_offset" : 550,
      "type" : "ARABIC",
      "position" : 352
    },
    {
      "token" : "1.5",
      "start_offset" : 551,
      "end_offset" : 554,
      "type" : "ARABIC",
      "position" : 353
    },
    {
      "token" : "s3",
      "start_offset" : 556,
      "end_offset" : 558,
      "type" : "LETTER",
      "position" : 354
    },
    {
      "token" : "s",
      "start_offset" : 556,
      "end_offset" : 557,
      "type" : "ENGLISH",
      "position" : 355
    },
    {
      "token" : "3",
      "start_offset" : 557,
      "end_offset" : 558,
      "type" : "ARABIC",
      "position" : 356
    },
    {
      "token" : "步骤",
      "start_offset" : 560,
      "end_offset" : 562,
      "type" : "CN_WORD",
      "position" : 357
    },
    {
      "token" : "s2",
      "start_offset" : 562,
      "end_offset" : 564,
      "type" : "LETTER",
      "position" : 358
    },
    {
      "token" : "s",
      "start_offset" : 562,
      "end_offset" : 563,
      "type" : "ENGLISH",
      "position" : 359
    },
    {
      "token" : "2",
      "start_offset" : 563,
      "end_offset" : 564,
      "type" : "ARABIC",
      "position" : 360
    },
    {
      "token" : "所得",
      "start_offset" : 564,
      "end_offset" : 566,
      "type" : "CN_WORD",
      "position" : 361
    },
    {
      "token" : "产物",
      "start_offset" : 566,
      "end_offset" : 568,
      "type" : "CN_WORD",
      "position" : 362
    },
    {
      "token" : "行",
      "start_offset" : 569,
      "end_offset" : 570,
      "type" : "CN_WORD",
      "position" : 363
    },
    {
      "token" : "洗涤",
      "start_offset" : 570,
      "end_offset" : 572,
      "type" : "CN_WORD",
      "position" : 364
    },
    {
      "token" : "倒入",
      "start_offset" : 574,
      "end_offset" : 576,
      "type" : "CN_WORD",
      "position" : 365
    },
    {
      "token" : "丙酮",
      "start_offset" : 576,
      "end_offset" : 578,
      "type" : "CN_WORD",
      "position" : 366
    },
    {
      "token" : "酮",
      "start_offset" : 577,
      "end_offset" : 578,
      "type" : "CN_WORD",
      "position" : 367
    },
    {
      "token" : "中",
      "start_offset" : 578,
      "end_offset" : 579,
      "type" : "CN_CHAR",
      "position" : 368
    },
    {
      "token" : "沉淀",
      "start_offset" : 579,
      "end_offset" : 581,
      "type" : "CN_WORD",
      "position" : 369
    },
    {
      "token" : "接枝",
      "start_offset" : 583,
      "end_offset" : 585,
      "type" : "CN_WORD",
      "position" : 370
    },
    {
      "token" : "改性",
      "start_offset" : 585,
      "end_offset" : 587,
      "type" : "CN_WORD",
      "position" : 371
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 587,
      "end_offset" : 591,
      "type" : "CN_WORD",
      "position" : 372
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 587,
      "end_offset" : 590,
      "type" : "CN_WORD",
      "position" : 373
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 588,
      "end_offset" : 591,
      "type" : "CN_WORD",
      "position" : 374
    },
    {
      "token" : "乙烯",
      "start_offset" : 588,
      "end_offset" : 590,
      "type" : "CN_WORD",
      "position" : 375
    },
    {
      "token" : "醇",
      "start_offset" : 590,
      "end_offset" : 591,
      "type" : "CN_WORD",
      "position" : 376
    },
    {
      "token" : "聚合物",
      "start_offset" : 591,
      "end_offset" : 594,
      "type" : "CN_WORD",
      "position" : 377
    },
    {
      "token" : "聚合",
      "start_offset" : 591,
      "end_offset" : 593,
      "type" : "CN_WORD",
      "position" : 378
    },
    {
      "token" : "物",
      "start_offset" : 593,
      "end_offset" : 594,
      "type" : "CN_CHAR",
      "position" : 379
    },
    {
      "token" : "真空干燥",
      "start_offset" : 599,
      "end_offset" : 603,
      "type" : "CN_WORD",
      "position" : 380
    },
    {
      "token" : "真空",
      "start_offset" : 599,
      "end_offset" : 601,
      "type" : "CN_WORD",
      "position" : 381
    },
    {
      "token" : "干燥",
      "start_offset" : 601,
      "end_offset" : 603,
      "type" : "CN_WORD",
      "position" : 382
    },
    {
      "token" : "粉碎",
      "start_offset" : 604,
      "end_offset" : 606,
      "type" : "CN_WORD",
      "position" : 383
    },
    {
      "token" : "粉",
      "start_offset" : 604,
      "end_offset" : 605,
      "type" : "CN_WORD",
      "position" : 384
    },
    {
      "token" : "碎",
      "start_offset" : 605,
      "end_offset" : 606,
      "type" : "CN_CHAR",
      "position" : 385
    },
    {
      "token" : "粉",
      "start_offset" : 609,
      "end_offset" : 610,
      "type" : "CN_WORD",
      "position" : 386
    },
    {
      "token" : "体",
      "start_offset" : 610,
      "end_offset" : 611,
      "type" : "CN_CHAR",
      "position" : 387
    },
    {
      "token" : "产物",
      "start_offset" : 611,
      "end_offset" : 613,
      "type" : "CN_WORD",
      "position" : 388
    },
    {
      "token" : "5.",
      "start_offset" : 615,
      "end_offset" : 617,
      "type" : "LETTER",
      "position" : 389
    },
    {
      "token" : "5",
      "start_offset" : 615,
      "end_offset" : 616,
      "type" : "ARABIC",
      "position" : 390
    },
    {
      "token" : "根",
      "start_offset" : 617,
      "end_offset" : 618,
      "type" : "CN_WORD",
      "position" : 391
    },
    {
      "token" : "权利要求",
      "start_offset" : 619,
      "end_offset" : 623,
      "type" : "CN_WORD",
      "position" : 392
    },
    {
      "token" : "权利",
      "start_offset" : 619,
      "end_offset" : 621,
      "type" : "CN_WORD",
      "position" : 393
    },
    {
      "token" : "要求",
      "start_offset" : 621,
      "end_offset" : 623,
      "type" : "CN_WORD",
      "position" : 394
    },
    {
      "token" : "3",
      "start_offset" : 623,
      "end_offset" : 624,
      "type" : "ARABIC",
      "position" : 395
    },
    {
      "token" : "所述",
      "start_offset" : 624,
      "end_offset" : 626,
      "type" : "CN_WORD",
      "position" : 396
    },
    {
      "token" : "述",
      "start_offset" : 625,
      "end_offset" : 626,
      "type" : "CN_CHAR",
      "position" : 397
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 627,
      "end_offset" : 632,
      "type" : "CN_WORD",
      "position" : 398
    },
    {
      "token" : "锂离子",
      "start_offset" : 627,
      "end_offset" : 630,
      "type" : "CN_WORD",
      "position" : 399
    },
    {
      "token" : "锂",
      "start_offset" : 627,
      "end_offset" : 628,
      "type" : "CN_WORD",
      "position" : 400
    },
    {
      "token" : "离子",
      "start_offset" : 628,
      "end_offset" : 630,
      "type" : "CN_WORD",
      "position" : 401
    },
    {
      "token" : "电池",
      "start_offset" : 630,
      "end_offset" : 632,
      "type" : "CN_WORD",
      "position" : 402
    },
    {
      "token" : "负极",
      "start_offset" : 632,
      "end_offset" : 634,
      "type" : "CN_WORD",
      "position" : 403
    },
    {
      "token" : "粘结剂",
      "start_offset" : 634,
      "end_offset" : 637,
      "type" : "CN_WORD",
      "position" : 404
    },
    {
      "token" : "粘结",
      "start_offset" : 634,
      "end_offset" : 636,
      "type" : "CN_WORD",
      "position" : 405
    },
    {
      "token" : "剂",
      "start_offset" : 636,
      "end_offset" : 637,
      "type" : "CN_WORD",
      "position" : 406
    },
    {
      "token" : "特征",
      "start_offset" : 639,
      "end_offset" : 641,
      "type" : "CN_WORD",
      "position" : 407
    },
    {
      "token" : "质量",
      "start_offset" : 646,
      "end_offset" : 648,
      "type" : "CN_WORD",
      "position" : 408
    },
    {
      "token" : "百分比",
      "start_offset" : 648,
      "end_offset" : 651,
      "type" : "CN_WORD",
      "position" : 409
    },
    {
      "token" : "百分",
      "start_offset" : 648,
      "end_offset" : 650,
      "type" : "CN_WORD",
      "position" : 410
    },
    {
      "token" : "百",
      "start_offset" : 648,
      "end_offset" : 649,
      "type" : "TYPE_CNUM",
      "position" : 411
    },
    {
      "token" : "分",
      "start_offset" : 649,
      "end_offset" : 650,
      "type" : "COUNT",
      "position" : 412
    },
    {
      "token" : "所述",
      "start_offset" : 652,
      "end_offset" : 654,
      "type" : "CN_WORD",
      "position" : 413
    },
    {
      "token" : "物质",
      "start_offset" : 654,
      "end_offset" : 656,
      "type" : "CN_WORD",
      "position" : 414
    },
    {
      "token" : "a",
      "start_offset" : 656,
      "end_offset" : 657,
      "type" : "ENGLISH",
      "position" : 415
    },
    {
      "token" : "占",
      "start_offset" : 657,
      "end_offset" : 658,
      "type" : "CN_CHAR",
      "position" : 416
    },
    {
      "token" : "物质",
      "start_offset" : 658,
      "end_offset" : 660,
      "type" : "CN_WORD",
      "position" : 417
    },
    {
      "token" : "a",
      "start_offset" : 660,
      "end_offset" : 661,
      "type" : "ENGLISH",
      "position" : 418
    },
    {
      "token" : "和",
      "start_offset" : 661,
      "end_offset" : 662,
      "type" : "CN_CHAR",
      "position" : 419
    },
    {
      "token" : "物质",
      "start_offset" : 662,
      "end_offset" : 664,
      "type" : "CN_WORD",
      "position" : 420
    },
    {
      "token" : "b",
      "start_offset" : 664,
      "end_offset" : 665,
      "type" : "ENGLISH",
      "position" : 421
    },
    {
      "token" : "质量",
      "start_offset" : 666,
      "end_offset" : 668,
      "type" : "CN_WORD",
      "position" : 422
    },
    {
      "token" : "之和",
      "start_offset" : 668,
      "end_offset" : 670,
      "type" : "CN_WORD",
      "position" : 423
    },
    {
      "token" : "50",
      "start_offset" : 671,
      "end_offset" : 673,
      "type" : "ARABIC",
      "position" : 424
    },
    {
      "token" : "4.",
      "start_offset" : 676,
      "end_offset" : 678,
      "type" : "LETTER",
      "position" : 425
    },
    {
      "token" : "4",
      "start_offset" : 676,
      "end_offset" : 677,
      "type" : "ARABIC",
      "position" : 426
    },
    {
      "token" : "根",
      "start_offset" : 678,
      "end_offset" : 679,
      "type" : "CN_WORD",
      "position" : 427
    },
    {
      "token" : "权利要求",
      "start_offset" : 680,
      "end_offset" : 684,
      "type" : "CN_WORD",
      "position" : 428
    },
    {
      "token" : "权利",
      "start_offset" : 680,
      "end_offset" : 682,
      "type" : "CN_WORD",
      "position" : 429
    },
    {
      "token" : "要求",
      "start_offset" : 682,
      "end_offset" : 684,
      "type" : "CN_WORD",
      "position" : 430
    },
    {
      "token" : "2",
      "start_offset" : 684,
      "end_offset" : 685,
      "type" : "ARABIC",
      "position" : 431
    },
    {
      "token" : "所述",
      "start_offset" : 685,
      "end_offset" : 687,
      "type" : "CN_WORD",
      "position" : 432
    },
    {
      "token" : "述",
      "start_offset" : 686,
      "end_offset" : 687,
      "type" : "CN_CHAR",
      "position" : 433
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 688,
      "end_offset" : 693,
      "type" : "CN_WORD",
      "position" : 434
    },
    {
      "token" : "锂离子",
      "start_offset" : 688,
      "end_offset" : 691,
      "type" : "CN_WORD",
      "position" : 435
    },
    {
      "token" : "锂",
      "start_offset" : 688,
      "end_offset" : 689,
      "type" : "CN_WORD",
      "position" : 436
    },
    {
      "token" : "离子",
      "start_offset" : 689,
      "end_offset" : 691,
      "type" : "CN_WORD",
      "position" : 437
    },
    {
      "token" : "电池",
      "start_offset" : 691,
      "end_offset" : 693,
      "type" : "CN_WORD",
      "position" : 438
    },
    {
      "token" : "负极",
      "start_offset" : 693,
      "end_offset" : 695,
      "type" : "CN_WORD",
      "position" : 439
    },
    {
      "token" : "粘结剂",
      "start_offset" : 695,
      "end_offset" : 698,
      "type" : "CN_WORD",
      "position" : 440
    },
    {
      "token" : "粘结",
      "start_offset" : 695,
      "end_offset" : 697,
      "type" : "CN_WORD",
      "position" : 441
    },
    {
      "token" : "剂",
      "start_offset" : 697,
      "end_offset" : 698,
      "type" : "CN_WORD",
      "position" : 442
    },
    {
      "token" : "特征",
      "start_offset" : 700,
      "end_offset" : 702,
      "type" : "CN_WORD",
      "position" : 443
    },
    {
      "token" : "质量",
      "start_offset" : 707,
      "end_offset" : 709,
      "type" : "CN_WORD",
      "position" : 444
    },
    {
      "token" : "百分比",
      "start_offset" : 709,
      "end_offset" : 712,
      "type" : "CN_WORD",
      "position" : 445
    },
    {
      "token" : "百分",
      "start_offset" : 709,
      "end_offset" : 711,
      "type" : "CN_WORD",
      "position" : 446
    },
    {
      "token" : "百",
      "start_offset" : 709,
      "end_offset" : 710,
      "type" : "TYPE_CNUM",
      "position" : 447
    },
    {
      "token" : "分",
      "start_offset" : 710,
      "end_offset" : 711,
      "type" : "COUNT",
      "position" : 448
    },
    {
      "token" : "所述",
      "start_offset" : 713,
      "end_offset" : 715,
      "type" : "CN_WORD",
      "position" : 449
    },
    {
      "token" : "物质",
      "start_offset" : 715,
      "end_offset" : 717,
      "type" : "CN_WORD",
      "position" : 450
    },
    {
      "token" : "a",
      "start_offset" : 717,
      "end_offset" : 718,
      "type" : "ENGLISH",
      "position" : 451
    },
    {
      "token" : "占",
      "start_offset" : 718,
      "end_offset" : 719,
      "type" : "CN_CHAR",
      "position" : 452
    },
    {
      "token" : "物质",
      "start_offset" : 719,
      "end_offset" : 721,
      "type" : "CN_WORD",
      "position" : 453
    },
    {
      "token" : "a",
      "start_offset" : 721,
      "end_offset" : 722,
      "type" : "ENGLISH",
      "position" : 454
    },
    {
      "token" : "和",
      "start_offset" : 722,
      "end_offset" : 723,
      "type" : "CN_CHAR",
      "position" : 455
    },
    {
      "token" : "物质",
      "start_offset" : 723,
      "end_offset" : 725,
      "type" : "CN_WORD",
      "position" : 456
    },
    {
      "token" : "b",
      "start_offset" : 725,
      "end_offset" : 726,
      "type" : "ENGLISH",
      "position" : 457
    },
    {
      "token" : "质量",
      "start_offset" : 727,
      "end_offset" : 729,
      "type" : "CN_WORD",
      "position" : 458
    },
    {
      "token" : "之和",
      "start_offset" : 729,
      "end_offset" : 731,
      "type" : "CN_WORD",
      "position" : 459
    },
    {
      "token" : "30",
      "start_offset" : 732,
      "end_offset" : 734,
      "type" : "ARABIC",
      "position" : 460
    },
    {
      "token" : "70",
      "start_offset" : 736,
      "end_offset" : 738,
      "type" : "ARABIC",
      "position" : 461
    },
    {
      "token" : "3.",
      "start_offset" : 741,
      "end_offset" : 743,
      "type" : "LETTER",
      "position" : 462
    },
    {
      "token" : "3",
      "start_offset" : 741,
      "end_offset" : 742,
      "type" : "ARABIC",
      "position" : 463
    },
    {
      "token" : "根",
      "start_offset" : 743,
      "end_offset" : 744,
      "type" : "CN_WORD",
      "position" : 464
    },
    {
      "token" : "权利要求",
      "start_offset" : 745,
      "end_offset" : 749,
      "type" : "CN_WORD",
      "position" : 465
    },
    {
      "token" : "权利",
      "start_offset" : 745,
      "end_offset" : 747,
      "type" : "CN_WORD",
      "position" : 466
    },
    {
      "token" : "要求",
      "start_offset" : 747,
      "end_offset" : 749,
      "type" : "CN_WORD",
      "position" : 467
    },
    {
      "token" : "2",
      "start_offset" : 749,
      "end_offset" : 750,
      "type" : "ARABIC",
      "position" : 468
    },
    {
      "token" : "所述",
      "start_offset" : 750,
      "end_offset" : 752,
      "type" : "CN_WORD",
      "position" : 469
    },
    {
      "token" : "述",
      "start_offset" : 751,
      "end_offset" : 752,
      "type" : "CN_CHAR",
      "position" : 470
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 753,
      "end_offset" : 758,
      "type" : "CN_WORD",
      "position" : 471
    },
    {
      "token" : "锂离子",
      "start_offset" : 753,
      "end_offset" : 756,
      "type" : "CN_WORD",
      "position" : 472
    },
    {
      "token" : "锂",
      "start_offset" : 753,
      "end_offset" : 754,
      "type" : "CN_WORD",
      "position" : 473
    },
    {
      "token" : "离子",
      "start_offset" : 754,
      "end_offset" : 756,
      "type" : "CN_WORD",
      "position" : 474
    },
    {
      "token" : "电池",
      "start_offset" : 756,
      "end_offset" : 758,
      "type" : "CN_WORD",
      "position" : 475
    },
    {
      "token" : "负极",
      "start_offset" : 758,
      "end_offset" : 760,
      "type" : "CN_WORD",
      "position" : 476
    },
    {
      "token" : "粘结剂",
      "start_offset" : 760,
      "end_offset" : 763,
      "type" : "CN_WORD",
      "position" : 477
    },
    {
      "token" : "粘结",
      "start_offset" : 760,
      "end_offset" : 762,
      "type" : "CN_WORD",
      "position" : 478
    },
    {
      "token" : "剂",
      "start_offset" : 762,
      "end_offset" : 763,
      "type" : "CN_WORD",
      "position" : 479
    },
    {
      "token" : "特征",
      "start_offset" : 765,
      "end_offset" : 767,
      "type" : "CN_WORD",
      "position" : 480
    },
    {
      "token" : "所述",
      "start_offset" : 770,
      "end_offset" : 772,
      "type" : "CN_WORD",
      "position" : 481
    },
    {
      "token" : "物质",
      "start_offset" : 772,
      "end_offset" : 774,
      "type" : "CN_WORD",
      "position" : 482
    },
    {
      "token" : "b",
      "start_offset" : 774,
      "end_offset" : 775,
      "type" : "ENGLISH",
      "position" : 483
    },
    {
      "token" : "羧甲基纤维素钠",
      "start_offset" : 776,
      "end_offset" : 783,
      "type" : "CN_WORD",
      "position" : 484
    },
    {
      "token" : "羧甲基纤维素",
      "start_offset" : 776,
      "end_offset" : 782,
      "type" : "CN_WORD",
      "position" : 485
    },
    {
      "token" : "羧甲基",
      "start_offset" : 776,
      "end_offset" : 779,
      "type" : "CN_WORD",
      "position" : 486
    },
    {
      "token" : "甲基纤维素",
      "start_offset" : 777,
      "end_offset" : 782,
      "type" : "CN_WORD",
      "position" : 487
    },
    {
      "token" : "甲基",
      "start_offset" : 777,
      "end_offset" : 779,
      "type" : "CN_WORD",
      "position" : 488
    },
    {
      "token" : "基",
      "start_offset" : 778,
      "end_offset" : 779,
      "type" : "CN_WORD",
      "position" : 489
    },
    {
      "token" : "纤维素",
      "start_offset" : 779,
      "end_offset" : 782,
      "type" : "CN_WORD",
      "position" : 490
    },
    {
      "token" : "纤维",
      "start_offset" : 779,
      "end_offset" : 781,
      "type" : "CN_WORD",
      "position" : 491
    },
    {
      "token" : "素",
      "start_offset" : 781,
      "end_offset" : 782,
      "type" : "CN_CHAR",
      "position" : 492
    },
    {
      "token" : "钠",
      "start_offset" : 782,
      "end_offset" : 783,
      "type" : "CN_WORD",
      "position" : 493
    },
    {
      "token" : "2.",
      "start_offset" : 785,
      "end_offset" : 787,
      "type" : "LETTER",
      "position" : 494
    },
    {
      "token" : "2",
      "start_offset" : 785,
      "end_offset" : 786,
      "type" : "ARABIC",
      "position" : 495
    },
    {
      "token" : "根",
      "start_offset" : 787,
      "end_offset" : 788,
      "type" : "CN_WORD",
      "position" : 496
    },
    {
      "token" : "权利要求",
      "start_offset" : 789,
      "end_offset" : 793,
      "type" : "CN_WORD",
      "position" : 497
    },
    {
      "token" : "权利",
      "start_offset" : 789,
      "end_offset" : 791,
      "type" : "CN_WORD",
      "position" : 498
    },
    {
      "token" : "要求",
      "start_offset" : 791,
      "end_offset" : 793,
      "type" : "CN_WORD",
      "position" : 499
    },
    {
      "token" : "1",
      "start_offset" : 793,
      "end_offset" : 794,
      "type" : "ARABIC",
      "position" : 500
    },
    {
      "token" : "所述",
      "start_offset" : 794,
      "end_offset" : 796,
      "type" : "CN_WORD",
      "position" : 501
    },
    {
      "token" : "述",
      "start_offset" : 795,
      "end_offset" : 796,
      "type" : "CN_CHAR",
      "position" : 502
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 797,
      "end_offset" : 802,
      "type" : "CN_WORD",
      "position" : 503
    },
    {
      "token" : "锂离子",
      "start_offset" : 797,
      "end_offset" : 800,
      "type" : "CN_WORD",
      "position" : 504
    },
    {
      "token" : "锂",
      "start_offset" : 797,
      "end_offset" : 798,
      "type" : "CN_WORD",
      "position" : 505
    },
    {
      "token" : "离子",
      "start_offset" : 798,
      "end_offset" : 800,
      "type" : "CN_WORD",
      "position" : 506
    },
    {
      "token" : "电池",
      "start_offset" : 800,
      "end_offset" : 802,
      "type" : "CN_WORD",
      "position" : 507
    },
    {
      "token" : "负极",
      "start_offset" : 802,
      "end_offset" : 804,
      "type" : "CN_WORD",
      "position" : 508
    },
    {
      "token" : "粘结剂",
      "start_offset" : 804,
      "end_offset" : 807,
      "type" : "CN_WORD",
      "position" : 509
    },
    {
      "token" : "粘结",
      "start_offset" : 804,
      "end_offset" : 806,
      "type" : "CN_WORD",
      "position" : 510
    },
    {
      "token" : "剂",
      "start_offset" : 806,
      "end_offset" : 807,
      "type" : "CN_WORD",
      "position" : 511
    },
    {
      "token" : "特征",
      "start_offset" : 809,
      "end_offset" : 811,
      "type" : "CN_WORD",
      "position" : 512
    },
    {
      "token" : "包括",
      "start_offset" : 815,
      "end_offset" : 817,
      "type" : "CN_WORD",
      "position" : 513
    },
    {
      "token" : "物质",
      "start_offset" : 817,
      "end_offset" : 819,
      "type" : "CN_WORD",
      "position" : 514
    },
    {
      "token" : "b",
      "start_offset" : 819,
      "end_offset" : 820,
      "type" : "ENGLISH",
      "position" : 515
    },
    {
      "token" : "所述",
      "start_offset" : 821,
      "end_offset" : 823,
      "type" : "CN_WORD",
      "position" : 516
    },
    {
      "token" : "物质",
      "start_offset" : 823,
      "end_offset" : 825,
      "type" : "CN_WORD",
      "position" : 517
    },
    {
      "token" : "b",
      "start_offset" : 825,
      "end_offset" : 826,
      "type" : "ENGLISH",
      "position" : 518
    },
    {
      "token" : "羧甲基纤维素",
      "start_offset" : 827,
      "end_offset" : 833,
      "type" : "CN_WORD",
      "position" : 519
    },
    {
      "token" : "羧甲基",
      "start_offset" : 827,
      "end_offset" : 830,
      "type" : "CN_WORD",
      "position" : 520
    },
    {
      "token" : "甲基纤维素",
      "start_offset" : 828,
      "end_offset" : 833,
      "type" : "CN_WORD",
      "position" : 521
    },
    {
      "token" : "甲基",
      "start_offset" : 828,
      "end_offset" : 830,
      "type" : "CN_WORD",
      "position" : 522
    },
    {
      "token" : "基",
      "start_offset" : 829,
      "end_offset" : 830,
      "type" : "CN_WORD",
      "position" : 523
    },
    {
      "token" : "纤维素",
      "start_offset" : 830,
      "end_offset" : 833,
      "type" : "CN_WORD",
      "position" : 524
    },
    {
      "token" : "纤维",
      "start_offset" : 830,
      "end_offset" : 832,
      "type" : "CN_WORD",
      "position" : 525
    },
    {
      "token" : "素",
      "start_offset" : 832,
      "end_offset" : 833,
      "type" : "CN_CHAR",
      "position" : 526
    },
    {
      "token" : "羧甲基纤维素",
      "start_offset" : 834,
      "end_offset" : 840,
      "type" : "CN_WORD",
      "position" : 527
    },
    {
      "token" : "羧甲基",
      "start_offset" : 834,
      "end_offset" : 837,
      "type" : "CN_WORD",
      "position" : 528
    },
    {
      "token" : "甲基纤维素",
      "start_offset" : 835,
      "end_offset" : 840,
      "type" : "CN_WORD",
      "position" : 529
    },
    {
      "token" : "甲基",
      "start_offset" : 835,
      "end_offset" : 837,
      "type" : "CN_WORD",
      "position" : 530
    },
    {
      "token" : "基",
      "start_offset" : 836,
      "end_offset" : 837,
      "type" : "CN_WORD",
      "position" : 531
    },
    {
      "token" : "纤维素",
      "start_offset" : 837,
      "end_offset" : 840,
      "type" : "CN_WORD",
      "position" : 532
    },
    {
      "token" : "纤维",
      "start_offset" : 837,
      "end_offset" : 839,
      "type" : "CN_WORD",
      "position" : 533
    },
    {
      "token" : "素",
      "start_offset" : 839,
      "end_offset" : 840,
      "type" : "CN_CHAR",
      "position" : 534
    },
    {
      "token" : "锂",
      "start_offset" : 840,
      "end_offset" : 841,
      "type" : "CN_WORD",
      "position" : 535
    },
    {
      "token" : "和",
      "start_offset" : 841,
      "end_offset" : 842,
      "type" : "CN_CHAR",
      "position" : 536
    },
    {
      "token" : "羧甲基纤维素钠",
      "start_offset" : 842,
      "end_offset" : 849,
      "type" : "CN_WORD",
      "position" : 537
    },
    {
      "token" : "羧甲基纤维素",
      "start_offset" : 842,
      "end_offset" : 848,
      "type" : "CN_WORD",
      "position" : 538
    },
    {
      "token" : "羧甲基",
      "start_offset" : 842,
      "end_offset" : 845,
      "type" : "CN_WORD",
      "position" : 539
    },
    {
      "token" : "甲基纤维素",
      "start_offset" : 843,
      "end_offset" : 848,
      "type" : "CN_WORD",
      "position" : 540
    },
    {
      "token" : "甲基",
      "start_offset" : 843,
      "end_offset" : 845,
      "type" : "CN_WORD",
      "position" : 541
    },
    {
      "token" : "基",
      "start_offset" : 844,
      "end_offset" : 845,
      "type" : "CN_WORD",
      "position" : 542
    },
    {
      "token" : "纤维素",
      "start_offset" : 845,
      "end_offset" : 848,
      "type" : "CN_WORD",
      "position" : 543
    },
    {
      "token" : "纤维",
      "start_offset" : 845,
      "end_offset" : 847,
      "type" : "CN_WORD",
      "position" : 544
    },
    {
      "token" : "素",
      "start_offset" : 847,
      "end_offset" : 848,
      "type" : "CN_CHAR",
      "position" : 545
    },
    {
      "token" : "钠",
      "start_offset" : 848,
      "end_offset" : 849,
      "type" : "CN_WORD",
      "position" : 546
    },
    {
      "token" : "中",
      "start_offset" : 849,
      "end_offset" : 850,
      "type" : "CN_CHAR",
      "position" : 547
    },
    {
      "token" : "至少",
      "start_offset" : 851,
      "end_offset" : 853,
      "type" : "CN_WORD",
      "position" : 548
    },
    {
      "token" : "1.",
      "start_offset" : 857,
      "end_offset" : 859,
      "type" : "LETTER",
      "position" : 549
    },
    {
      "token" : "1",
      "start_offset" : 857,
      "end_offset" : 858,
      "type" : "ARABIC",
      "position" : 550
    },
    {
      "token" : "锂离子电池",
      "start_offset" : 861,
      "end_offset" : 866,
      "type" : "CN_WORD",
      "position" : 551
    },
    {
      "token" : "锂离子",
      "start_offset" : 861,
      "end_offset" : 864,
      "type" : "CN_WORD",
      "position" : 552
    },
    {
      "token" : "锂",
      "start_offset" : 861,
      "end_offset" : 862,
      "type" : "CN_WORD",
      "position" : 553
    },
    {
      "token" : "离子",
      "start_offset" : 862,
      "end_offset" : 864,
      "type" : "CN_WORD",
      "position" : 554
    },
    {
      "token" : "电池",
      "start_offset" : 864,
      "end_offset" : 866,
      "type" : "CN_WORD",
      "position" : 555
    },
    {
      "token" : "负极",
      "start_offset" : 866,
      "end_offset" : 868,
      "type" : "CN_WORD",
      "position" : 556
    },
    {
      "token" : "粘结剂",
      "start_offset" : 868,
      "end_offset" : 871,
      "type" : "CN_WORD",
      "position" : 557
    },
    {
      "token" : "粘结",
      "start_offset" : 868,
      "end_offset" : 870,
      "type" : "CN_WORD",
      "position" : 558
    },
    {
      "token" : "剂",
      "start_offset" : 870,
      "end_offset" : 871,
      "type" : "CN_WORD",
      "position" : 559
    },
    {
      "token" : "特征",
      "start_offset" : 873,
      "end_offset" : 875,
      "type" : "CN_WORD",
      "position" : 560
    },
    {
      "token" : "包括",
      "start_offset" : 878,
      "end_offset" : 880,
      "type" : "CN_WORD",
      "position" : 561
    },
    {
      "token" : "物质",
      "start_offset" : 880,
      "end_offset" : 882,
      "type" : "CN_WORD",
      "position" : 562
    },
    {
      "token" : "a",
      "start_offset" : 882,
      "end_offset" : 883,
      "type" : "ENGLISH",
      "position" : 563
    },
    {
      "token" : "所述",
      "start_offset" : 884,
      "end_offset" : 886,
      "type" : "CN_WORD",
      "position" : 564
    },
    {
      "token" : "物质",
      "start_offset" : 886,
      "end_offset" : 888,
      "type" : "CN_WORD",
      "position" : 565
    },
    {
      "token" : "a",
      "start_offset" : 888,
      "end_offset" : 889,
      "type" : "ENGLISH",
      "position" : 566
    },
    {
      "token" : "改性",
      "start_offset" : 890,
      "end_offset" : 892,
      "type" : "CN_WORD",
      "position" : 567
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 892,
      "end_offset" : 896,
      "type" : "CN_WORD",
      "position" : 568
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 892,
      "end_offset" : 895,
      "type" : "CN_WORD",
      "position" : 569
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 893,
      "end_offset" : 896,
      "type" : "CN_WORD",
      "position" : 570
    },
    {
      "token" : "乙烯",
      "start_offset" : 893,
      "end_offset" : 895,
      "type" : "CN_WORD",
      "position" : 571
    },
    {
      "token" : "醇",
      "start_offset" : 895,
      "end_offset" : 896,
      "type" : "CN_WORD",
      "position" : 572
    },
    {
      "token" : "所述",
      "start_offset" : 897,
      "end_offset" : 899,
      "type" : "CN_WORD",
      "position" : 573
    },
    {
      "token" : "改性",
      "start_offset" : 899,
      "end_offset" : 901,
      "type" : "CN_WORD",
      "position" : 574
    },
    {
      "token" : "聚乙烯醇",
      "start_offset" : 901,
      "end_offset" : 905,
      "type" : "CN_WORD",
      "position" : 575
    },
    {
      "token" : "聚乙烯",
      "start_offset" : 901,
      "end_offset" : 904,
      "type" : "CN_WORD",
      "position" : 576
    },
    {
      "token" : "乙烯醇",
      "start_offset" : 902,
      "end_offset" : 905,
      "type" : "CN_WORD",
      "position" : 577
    },
    {
      "token" : "乙烯",
      "start_offset" : 902,
      "end_offset" : 904,
      "type" : "CN_WORD",
      "position" : 578
    },
    {
      "token" : "醇",
      "start_offset" : 904,
      "end_offset" : 905,
      "type" : "CN_WORD",
      "position" : 579
    },
    {
      "token" : "结构",
      "start_offset" : 906,
      "end_offset" : 908,
      "type" : "CN_WORD",
      "position" : 580
    },
    {
      "token" : "式",
      "start_offset" : 909,
      "end_offset" : 910,
      "type" : "CN_CHAR",
      "position" : 581
    },
    {
      "token" : "1",
      "start_offset" : 911,
      "end_offset" : 912,
      "type" : "ARABIC",
      "position" : 582
    },
    {
      "token" : "所示",
      "start_offset" : 913,
      "end_offset" : 915,
      "type" : "CN_WORD",
      "position" : 583
    },
    {
      "token" : "式",
      "start_offset" : 917,
      "end_offset" : 918,
      "type" : "CN_CHAR",
      "position" : 584
    },
    {
      "token" : "1",
      "start_offset" : 919,
      "end_offset" : 920,
      "type" : "ARABIC",
      "position" : 585
    },
    {
      "token" : "n",
      "start_offset" : 921,
      "end_offset" : 922,
      "type" : "ENGLISH",
      "position" : 586
    },
    {
      "token" : "1",
      "start_offset" : 923,
      "end_offset" : 924,
      "type" : "LETTER",
      "position" : 587
    },
    {
      "token" : "r",
      "start_offset" : 925,
      "end_offset" : 926,
      "type" : "ENGLISH",
      "position" : 588
    },
    {
      "token" : "式",
      "start_offset" : 927,
      "end_offset" : 928,
      "type" : "CN_CHAR",
      "position" : 589
    },
    {
      "token" : "2",
      "start_offset" : 929,
      "end_offset" : 930,
      "type" : "ARABIC",
      "position" : 590
    },
    {
      "token" : "所示",
      "start_offset" : 931,
      "end_offset" : 933,
      "type" : "CN_WORD",
      "position" : 591
    },
    {
      "token" : "式",
      "start_offset" : 936,
      "end_offset" : 937,
      "type" : "CN_CHAR",
      "position" : 592
    },
    {
      "token" : "2",
      "start_offset" : 938,
      "end_offset" : 939,
      "type" : "ARABIC",
      "position" : 593
    },
    {
      "token" : "中",
      "start_offset" : 940,
      "end_offset" : 941,
      "type" : "CN_CHAR",
      "position" : 594
    },
    {
      "token" : "1",
      "start_offset" : 942,
      "end_offset" : 943,
      "type" : "ARABIC",
      "position" : 595
    },
    {
      "token" : "m",
      "start_offset" : 944,
      "end_offset" : 945,
      "type" : "ENGLISH",
      "position" : 596
    },
    {
      "token" : "x",
      "start_offset" : 946,
      "end_offset" : 947,
      "type" : "ENGLISH",
      "position" : 597
    },
    {
      "token" : "800",
      "start_offset" : 948,
      "end_offset" : 951,
      "type" : "LETTER",
      "position" : 598
    },
    {
      "token" : "y",
      "start_offset" : 952,
      "end_offset" : 953,
      "type" : "ENGLISH",
      "position" : 599
    },
    {
      "token" : "800",
      "start_offset" : 954,
      "end_offset" : 957,
      "type" : "LETTER",
      "position" : 600
    },
    {
      "token" : "z",
      "start_offset" : 958,
      "end_offset" : 959,
      "type" : "ENGLISH",
      "position" : 601
    },
    {
      "token" : "800",
      "start_offset" : 960,
      "end_offset" : 963,
      "type" : "ARABIC",
      "position" : 602
    }
  ]
}

可以看到是有聚乙烯这个token的, 并且还不止一个, 那为什么搜不出来呢?
原因就是: 查询过程是先将聚乙烯进行分词, 如拆分为聚乙烯和乙烯, 然后去索引底层去命中token数组中带聚乙烯和乙烯的文档, 并且聚乙烯和乙烯的前后顺序要一致, 否则无法命中.
这其实和match_phrase的查询原理是一样的.

解决方法呢: 设置slop , 去掉""使用普通的match查询, 或者更换查询分词器缩小分词范围, 都可以解决, 看具体的业务了.

另外总结下:如果某个词能在索引中查出来,但是在某个id中查不出来怎么办?
1.使用explain分析下,这个搜索词在其他文档中是如何命中的, 就能观察到搜索词在查询过程中如何进行的分词, 以及如何命中文档.
2.在拿这些分词去查询不到的id中进行验证,就能查到根本原因

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容