Package for tags

Installs: 6 338

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/inetstudio/tags


README

PUT app_index
PUT app_index/_mapping/tags
{
  "properties": {
    "id": {
      "type": "integer"
  	},
    "name": {
  	  "type": "string"
    },
    "title": {
  	  "type": "string"
    },    
	  "content": {
  	  "type": "text"
  	}
  }
}