Skip to content

inetstudio/feedback

Repository files navigation

Elasticsearch

PUT app_index
PUT app_index/_mapping/feedback
{
  "properties": {
    "id": {
      "type": "integer"
  	},
    "user_id": {
      "type": "integer"
  	},  	
    "name": {
  	  "type": "string"
    },
    "email": {
  	  "type": "string"
    },    
	"message": {
  	  "type": "text"
  	}
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •