1、获取文件类型 curl -T /home/yyy/doc/centos.txt http://localhost:12000/meta/Content-Type --header "Accept: text/plain"2、获取文件内容
curl -T /home/yyy/doc/centos.txt http://localhost:12000/tika --header "Accept: text/plain"