inetstudio/experts

This package is abandoned and no longer maintained. The author suggests using the https://github.com/inetstudio/persons package instead.

Package for 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"
  	 }
  }
}