2021-10-02

MongoDB Realm - GraphQL custom resolver specification for Mongo Atlas Search index highlight results

 "highlights_field_name": {

  "type": "array",

  "items": {

    "type": "object",

    "title": "highlights_title",

    "properties": {


      "path": {

        "type": "string"

      },


      "score": {

        "type": "number"

      },


      "texts": {

        "type": "array",

        "items": {

          "type": "object",

          "title": "piece_texts",


          "properties": {

            "value": {

              "type": "string"

            },

            "type": {

              "type": "string"

            }

          }


        }

      }


      

    }

  }

}


No comments:

Post a Comment