papertype.json 367 B

12345678910111213141516171819202122
  1. {
  2. "info": {
  3. "properties": {
  4. "id": {
  5. "type": "long"
  6. },
  7. "paperTypeName": {
  8. "type": "text",
  9. "analyzer": "index_ansj",
  10. "search_analyzer": "query_ansj",
  11. "fields": {
  12. "raw": {
  13. "type": "keyword"
  14. }
  15. }
  16. },
  17. "voidFlag": {
  18. "type": "long"
  19. }
  20. }
  21. }
  22. }