【发布时间】:2020-11-29 20:22:23
【问题描述】:
我正在做一个项目,我正在使用我的过滤器,每当用户单击它时,他都会获得与他/她的文本(单词)匹配的所有 cmets 我自己的文档如下:
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f301d2783cfcb1f016db3e2",
"_score": 28.848064,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "2-year old sleeping peacefully ???? ",
"mood": 2
}
}
这些是我得到的结果:-
{
"took": 31,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
},
"hits": {
"total": {
"value": 36,
"relation": "eq"
},
"max_score": 28.848064,
"hits": [
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f301d2783cfcb1f016db3e2",
"_score": 28.848064,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "2-year old sleeping peacefully ???? ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ff43673a23c19f93f3f83",
"_score": 8.229242,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "when wake find 5 year old slipped bed ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ffc6f632e0a21335f34d2",
"_score": 5.6028643,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "view grandmother’s old house. ❤️ ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30b258a7c85000ec438473",
"_score": 5.6028643,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "streets old Quebec City. ???? ",
"mood": 5
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3001608007db1d155f9222",
"_score": 5.5635624,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "dog laying floor sleeping peacefully it’s view little world s bd grateful it. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30d0466b4cf850f909f342",
"_score": 5.0614862,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "daughters sleeping beds ???? ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30077d93afb8280769fae2",
"_score": 5.056673,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "beach sunny, cold day. ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30c2d56b7f9d4117391f03",
"_score": 4.938582,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "view children sleeping. ",
"mood": 1
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30dbf67fc599245178ed02",
"_score": 4.931981,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "sleeping puppies kittens. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f300fc438bbba64136cd442",
"_score": 4.6257343,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "back deck looking lake. Never gets old. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3003454d2bcf78c37246e2",
"_score": 4.43775,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "out window, through 2 columns HDB buildings. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30547f2242bf327e522f62",
"_score": 4.2923875,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing daughter happy! ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3008be88705c67ba1b2be2",
"_score": 4.133784,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "peaceful landscapes mountains, cool, urban cityscape ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3037d7c7521c22011e5f52",
"_score": 3.879126,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "walking Disney World Park every 2-3 years when go. big thunder lightning rain storm. ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ff9795d4acf75f1130c62",
"_score": 3.732638,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "mountain overlook near home. ",
"mood": 1
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30b70b385cb141027b0392",
"_score": 3.6982667,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing family together ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f300b0c5947d73b2f1f2042",
"_score": 3.4434087,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "Something peaceful blue sky ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3045a0b64c7079e870eb83",
"_score": 3.2923517,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "nature . really enjoy seeing different kinds beauty nature provides ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30ad854091a30e3748fdc3",
"_score": 3.2879872,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing family happy ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ffa503f71da190151b6e3",
"_score": 3.2355409,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "standing top Primrose Hill seeing over London???? ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f309d55495425347e669c72",
"_score": 3.1025603,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing joy faces ones love. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f306a8f1e484142ff160182",
"_score": 2.9667428,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "beach, anything calming makes feel peaceful inspired ",
"mood": 1
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3047beaf93087d444c9522",
"_score": 2.8672628,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "deep night sky, ocean waves, desert canyons... I've got year big tree outside Brooklyn window birdwatching least! ",
"mood": 5
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ff9b8d29c5168616b02a2",
"_score": 2.7855852,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "waking seeing fiancé's sleepy face. ♡ ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f302f57c182084e3c52af43",
"_score": 2.7658296,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "very thankful life .i peaceful soul .i come here spreading love happiness.i want anything people. ",
"mood": 0
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ff3c74e317d52562f5fe2",
"_score": 2.3884435,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "looking over balcony seeing nice blue ocean ",
"mood": 4
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f2ff4b38c9d562a32727532",
"_score": 2.2355409,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing smile back me???????????????? ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f303089c86120678e40dff2",
"_score": 2.2118597,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "looking out over city night seeing all lights cars buildings ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f300cc1ac527721047cc773",
"_score": 2.2118597,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "light rain pouring down mixed thunderstorms seeing view window <3 ",
"mood": 6
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f306a2e55389a57b969edb2",
"_score": 1.9858739,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "nice sunset. usually walk park near house whenever bored, sit grass front beautiful pond. Suchaniceview ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f310e5fe992803f2556f732",
"_score": 1.8445822,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "favourite view view sea when it's sunset. feels calm peaceful eyes see such beautiful scene ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f3013471241a213832e3392",
"_score": 1.8249211,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "view mountains, forest, apple orchard mom's front porch upstate NY. Sometimes there bears, turkey, deer. peaceful! ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f302325a082044a4b271642",
"_score": 1.7797891,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "site seeing nature....*I wrote wanted read other beautiful halohas ????♥️* ",
"mood": 3
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f307297bec4a071590739b2",
"_score": 1.6909387,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "Vacation:the ocean, now-destroyed deck Hurricane Dorian, Hopetown, Elbow Cay, Bahamas. Home view woods - serene peaceful. ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30a16bfd669a03a227f6f3",
"_score": 1.5437499,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "view airplane when really high view seeing all things see everyday different view ✈️✈ ",
"mood": 2
}
},
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30485d9dcac5290736fff2",
"_score": 1.1237957,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "bedroom windows (my bedroom attic) sunset clear night sky. Also view bathroom while shower morning ???? ",
"mood": 2
}
}
]
}
}
当我通过查询获取结果时,它会给出上面给出的所有 3 个结果。
我的查询如下:-
{
"query": {
"bool": {
"filter": [
{
"match": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a"
}
}
],
"must": [
{
"match": {
"text": {
"query": "passing smile each other ",
"fuzziness": "auto"
}
}
}
],
"should": [
{
"term": {
"mood": {
"value": 0
}
}
}
]
}
}
}
在结果中,如果您看到第 12 号文件是
{
"_index": "halohas",
"_type": "haloha",
"_id": "5f30547f2242bf327e522f62",
"_score": 4.2923875,
"_source": {
"haloha_id": "5f2f33c2c6f0fc27e725ee8a",
"text": "seeing daughter happy! ",
"mood": 0
}
}
我猜这里有 3 个字母正在匹配,即“ing”,即在我的文档中,单词正在休眠,而在此文档中,单词正在看到基于某些字母匹配的匹配,这是我不想要的,因为这两个单词都是差别太大了。
我想为模糊匹配词设置某种百分比,即我想设置模糊级别。 除非 80% 的字母匹配,否则我不希望任何文档返回。我该怎么做?
【问题讨论】:
标签: elasticsearch fuzzy-search fuzzy-comparison