79720101

Date: 2025-07-30 14:18:33
Score: 0.5
Natty:
Report link

I managed to do a search using wildcards by make a Query DSL.

It works wether the field is a keywork or text type.

{
  "wildcard": {
    "message": {
      "value": "*mystring*",
      "boost": 1,
      "rewrite": "constant_score_blended"
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: romain ni