inetstudio/persons

Package for persons

Installs: 5 587

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/inetstudio/persons


README

PUT app_index
PUT app_index/_mapping/persons
{
  "properties": {
    "id": {
      "type": "integer"
  	},
    "name": {
  	  "type": "string"
    },
    "post": {
  	  "type": "string"
    },    
	  "description": {
  	  "type": "text"
  	},  
	 "content": {
  	  "type": "text"
  	 }
  }
}