You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

533 lines
9.6 KiB

  1. {
  2. "commentUrl":{
  3. "type":"keyword"
  4. },
  5. "channel":{
  6. "type":"keyword"
  7. },
  8. "channelNum":{
  9. "type":"keyword"
  10. },
  11. "readCount":{
  12. "type":"long"
  13. },
  14. "quoteCount":{
  15. "type":"long"
  16. },
  17. "brand":{
  18. "analyzer":"ik_smart",
  19. "term_vector":"yes",
  20. "type":"text",
  21. "fields":{
  22. "shingles":{
  23. "analyzer":"shingle_analyzer",
  24. "type":"text"
  25. }
  26. }
  27. },
  28. "brandId":{
  29. "type":"keyword"
  30. },
  31. "createTimeStr":{
  32. "type":"keyword"
  33. },
  34. "authornickname":{
  35. "type":"keyword"
  36. },
  37. "contentSimHash":{
  38. "type":"keyword"
  39. },
  40. "crawlDay":{
  41. "type":"long"
  42. },
  43. "titleSimHash":{
  44. "type":"keyword"
  45. },
  46. "commentId":{
  47. "type":"keyword"
  48. },
  49. "originalPhrase":{
  50. "type":"keyword"
  51. },
  52. "forwardContent":{
  53. "analyzer":"ik_smart",
  54. "type":"text",
  55. "fields":{
  56. "shingles":{
  57. "analyzer":"shingle_analyzer",
  58. "type":"text"
  59. }
  60. }
  61. },
  62. "finalPhrase":{
  63. "type":"keyword"
  64. },
  65. "availability":{
  66. "type":"integer"
  67. },
  68. "forwardUserId":{
  69. "type":"keyword"
  70. },
  71. "forwardUserType":{
  72. "type":"integer"
  73. },
  74. "forwardUserUrl":{
  75. "type":"keyword"
  76. },
  77. "forwardAvatar":{
  78. "type":"keyword"
  79. },
  80. "forwardImgs":{
  81. "type":"keyword"
  82. },
  83. "forwardPostSource":{
  84. "type":"keyword"
  85. },
  86. "forwardAttitudesCount":{
  87. "type":"long"
  88. },
  89. "forwardCommentsCount":{
  90. "type":"long"
  91. },
  92. "forwardQuoteCount":{
  93. "type":"long"
  94. },
  95. "forwardPubTime":{
  96. "type":"long"
  97. },
  98. "titleLength":{
  99. "type":"long"
  100. },
  101. "forwardAuthor":{
  102. "type":"keyword"
  103. },
  104. "sysAbstract":{
  105. "analyzer":"ik_smart",
  106. "type":"text"
  107. },
  108. "forwardUrl":{
  109. "type":"keyword"
  110. },
  111. "createDate":{
  112. "type":"date"
  113. },
  114. "docType":{
  115. "type":"keyword"
  116. },
  117. "getSource":{
  118. "type":"keyword"
  119. },
  120. "dataCount":{
  121. "type":"integer"
  122. },
  123. "primary":{
  124. "type":"integer"
  125. },
  126. "cate":{
  127. "type":"keyword"
  128. },
  129. "sex":{
  130. "type":"keyword"
  131. },
  132. "collectCount":{
  133. "type":"long"
  134. },
  135. "crawlDate":{
  136. "type":"date"
  137. },
  138. "avatar":{
  139. "type":"keyword"
  140. },
  141. "avatarPath":{
  142. "type":"text",
  143. "fields":{
  144. "keyword":{
  145. "ignore_above":256,
  146. "type":"keyword"
  147. }
  148. }
  149. },
  150. "url":{
  151. "type":"keyword"
  152. },
  153. "skuProperties":{
  154. "type":"text",
  155. "fields":{
  156. "keyword":{
  157. "ignore_above":256,
  158. "type":"keyword"
  159. }
  160. }
  161. },
  162. "expression":{
  163. "type":"text",
  164. "fields":{
  165. "keyword":{
  166. "ignore_above":256,
  167. "type":"keyword"
  168. }
  169. }
  170. },
  171. "hashTag":{
  172. "type":"text",
  173. "fields":{
  174. "keyword":{
  175. "ignore_above":256,
  176. "type":"keyword"
  177. }
  178. }
  179. },
  180. "places":{
  181. "type":"text",
  182. "fields":{
  183. "keyword":{
  184. "ignore_above":256,
  185. "type":"keyword"
  186. }
  187. }
  188. },
  189. "opinions":{
  190. "type":"text",
  191. "fields":{
  192. "keyword":{
  193. "ignore_above":256,
  194. "type":"keyword"
  195. }
  196. }
  197. },
  198. "hlKeywords":{
  199. "type":"text",
  200. "fields":{
  201. "keyword":{
  202. "ignore_above":256,
  203. "type":"keyword"
  204. }
  205. }
  206. },
  207. "createTime":{
  208. "type":"long"
  209. },
  210. "contentLength":{
  211. "type":"integer"
  212. },
  213. "pubTime":{
  214. "type":"long"
  215. },
  216. "fansCount":{
  217. "type":"keyword"
  218. },
  219. "language":{
  220. "type":"keyword"
  221. },
  222. "source":{
  223. "type":"keyword"
  224. },
  225. "enSource":{
  226. "type":"keyword"
  227. },
  228. "pictureList":{
  229. "type":"text",
  230. "fields":{
  231. "keyword":{
  232. "ignore_above":256,
  233. "type":"keyword"
  234. }
  235. }
  236. },
  237. "userUrl":{
  238. "type":"keyword"
  239. },
  240. "videoUrl":{
  241. "type":"keyword"
  242. },
  243. "contentTag":{
  244. "type":"keyword"
  245. },
  246. "author":{
  247. "type":"keyword"
  248. },
  249. "authorId":{
  250. "type":"keyword"
  251. },
  252. "authorLevel":{
  253. "type":"keyword"
  254. },
  255. "sysSentiment":{
  256. "type":"double"
  257. },
  258. "price":{
  259. "type":"double"
  260. },
  261. "nomorprice":{
  262. "type":"double"
  263. },
  264. "attitudesCount":{
  265. "type":"keyword"
  266. },
  267. "createDay":{
  268. "type":"long"
  269. },
  270. "postId":{
  271. "type":"keyword"
  272. },
  273. "pubDate":{
  274. "type":"date"
  275. },
  276. "sysKeywords":{
  277. "type":"keyword"
  278. },
  279. "crawlTime":{
  280. "type":"long"
  281. },
  282. "userType":{
  283. "type":"keyword"
  284. },
  285. "projectName":{
  286. "type":"keyword"
  287. },
  288. "lastModifiedTime":{
  289. "type":"long"
  290. },
  291. "productParameter":{
  292. "analyzer":"ik_smart",
  293. "term_vector":"yes",
  294. "type":"text",
  295. "fields":{
  296. "shingles":{
  297. "analyzer":"shingle_analyzer",
  298. "type":"text"
  299. }
  300. }
  301. },
  302. "docId":{
  303. "type":"keyword"
  304. },
  305. "commentScore":{
  306. "type":"long"
  307. },
  308. "urlHash":{
  309. "type":"keyword"
  310. },
  311. "_id_":{
  312. "type":"keyword"
  313. },
  314. "title":{
  315. "analyzer":"ik_smart",
  316. "term_vector":"yes",
  317. "type":"text",
  318. "fields":{
  319. "shingles":{
  320. "analyzer":"shingle_analyzer",
  321. "type":"text"
  322. }
  323. }
  324. },
  325. "pageTranspondCount":{
  326. "type":"keyword"
  327. },
  328. "pageCommentCount":{
  329. "type":"keyword"
  330. },
  331. "content":{
  332. "analyzer":"ik_smart",
  333. "term_vector":"yes",
  334. "type":"text",
  335. "fields":{
  336. "shingles":{
  337. "analyzer":"shingle_analyzer",
  338. "type":"text"
  339. }
  340. }
  341. },
  342. "pubDay":{
  343. "type":"long"
  344. },
  345. "pubTimeStr":{
  346. "type":"keyword"
  347. },
  348. "postSource":{
  349. "type":"keyword"
  350. },
  351. "crawlTimeStr":{
  352. "type":"keyword"
  353. },
  354. "postCount":{
  355. "type":"keyword"
  356. },
  357. "friendsCount":{
  358. "type":"keyword"
  359. },
  360. "commentsCount":{
  361. "type":"long"
  362. },
  363. "favorCnt":{
  364. "type":"long"
  365. },
  366. "viewCnt":{
  367. "type":"long"
  368. },
  369. "downCnt":{
  370. "type":"long"
  371. },
  372. "sign":{
  373. "type":"keyword"
  374. },
  375. "isVip":{
  376. "type":"integer"
  377. },
  378. "forumScore":{
  379. "type":"keyword"
  380. },
  381. "impression":{
  382. "type":"keyword"
  383. },
  384. "promotionInfo":{
  385. "type":"keyword"
  386. },
  387. "smallImgs":{
  388. "type":"keyword"
  389. },
  390. "listBrand":{
  391. "analyzer":"ik_smart",
  392. "term_vector":"yes",
  393. "type":"text",
  394. "fields":{
  395. "shingles":{
  396. "analyzer":"shingle_analyzer",
  397. "type":"text"
  398. }
  399. }
  400. },
  401. "firstListBrand":{
  402. "type":"keyword"
  403. },
  404. "secondListBrand":{
  405. "type":"keyword"
  406. },
  407. "threeListBrand":{
  408. "type":"keyword"
  409. },
  410. "fourListBrand":{
  411. "type":"keyword"
  412. },
  413. "fiveListBrand":{
  414. "type":"keyword"
  415. },
  416. "area":{
  417. "type":"keyword"
  418. },
  419. "location":{
  420. "type":"keyword"
  421. },
  422. "country":{
  423. "type":"keyword"
  424. },
  425. "province":{
  426. "type":"keyword"
  427. },
  428. "city":{
  429. "type":"keyword"
  430. },
  431. "age":{
  432. "type":"keyword"
  433. },
  434. "egc":{
  435. "type":"integer"
  436. },
  437. "pgc":{
  438. "type":"integer"
  439. },
  440. "ugc":{
  441. "type":"integer"
  442. },
  443. "translateTitle":{
  444. "analyzer":"ik_smart",
  445. "term_vector":"yes",
  446. "type":"text",
  447. "fields":{
  448. "shingles":{
  449. "analyzer":"shingle_analyzer",
  450. "type":"text"
  451. }
  452. }
  453. },
  454. "translateContent":{
  455. "analyzer":"ik_smart",
  456. "term_vector":"yes",
  457. "type":"text",
  458. "fields":{
  459. "shingles":{
  460. "analyzer":"shingle_analyzer",
  461. "type":"text"
  462. }
  463. }
  464. },
  465. "filePath":{
  466. "type":"text",
  467. "fields":{
  468. "keyword":{
  469. "ignore_above":256,
  470. "type":"keyword"
  471. }
  472. }
  473. },
  474. "resolution":{
  475. "type":"keyword"
  476. },
  477. "extension":{
  478. "type":"keyword"
  479. },
  480. "thumbnails":{
  481. "type":"keyword"
  482. },
  483. "videoTime":{
  484. "type":"keyword"
  485. },
  486. "isDownload":{
  487. "type":"keyword"
  488. },
  489. "crawlDataFlag":{
  490. "type":"keyword"
  491. },
  492. "crawlDataFlagType":{
  493. "type":"keyword"
  494. },
  495. "attr":{
  496. "type":"keyword"
  497. },
  498. "pageType":{
  499. "type":"keyword"
  500. },
  501. "siteId":{
  502. "type":"keyword"
  503. },
  504. "otherSourceJson":{
  505. "type":"keyword"
  506. },
  507. "videoPath":{
  508. "type":"text",
  509. "fields":{
  510. "keyword":{
  511. "ignore_above":256,
  512. "type":"keyword"
  513. }
  514. }
  515. },
  516. "imagePath":{
  517. "type":"text",
  518. "fields":{
  519. "keyword":{
  520. "ignore_above":256,
  521. "type":"keyword"
  522. }
  523. }
  524. },
  525. "videoPathSize":{
  526. "type":"keyword"
  527. },
  528. "imagePathSize":{
  529. "type":"keyword"
  530. },
  531. "filePathSize":{
  532. "type":"keyword"
  533. }
  534. }