If i use the URL (GET /qa/_mapping) to get field config , i will get this :
{
"qa": {
"mappings": {
"questionAndAnswer": {
"properties": {
"answerCount": {
"type": "integer"
},
"content": {
"type": "text",
"analyzer": "smartcn"
}
}
}
}
}
}
I can not know the field -- "type" whether be stored or be indexed .