inetstudio/experts

此包已被废弃,不再维护。作者建议使用https://github.com/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"
  	 }
  }
}