@@ -121,7 +121,10 @@ curl -H 'Content-Type: application/json' -u jybid:Top2023_JEB01i@31 -XPUT http:/
},
"isfirsthand": {
"type": "long"
- },
+ },
+ "owner_type": {
+ "type": "integer"
"isfile": {
}
@@ -0,0 +1,147 @@
+## 情报数据,对应clickhouse
+curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/infomation -d '{
+ "settings": {
+ "index": {
+ "analysis": {
+ "analyzer": {
+ "my_ngram": {
+ "tokenizer": "my_ngram"
+ "douhao": {
+ "type": "pattern",
+ "pattern": ","
+ }
+ "tokenizer": {
+ "min_gram": "2",
+ "type": "nGram",
+ "max_gram": "2"
+ "number_of_shards": "2",
+ "number_of_replicas": "0"
+ "mappings": {
+ "dynamic":false,
+ "properties": {
+ "id": {
+ "type": "keyword"
+ "title": {
+ "type": "text",
+ "analyzer": "my_ngram"
+ "summary": {
+ "content": {
+ "basis": {
+ "valuedecrip": {
+ "starttime": {
+ "type": "long"
+ "endtime": {
+ "data_sourcetype": {
+ "class": {
+ "area": {
+ "city": {
+ "publishtime": {
+ "createtime": {
+ "rule_id": {
+ "topclass": {
+ "subclass": {
+ "tag_set": {
+ "wuye": {
+ "properties":{
+ "scale": {
+ "period": {
+ "property_form": {
+ "analyzer": "douhao"
+ "changehand": {
+ "type": "float"
+ "changehandindex": {
+ "isfirsthand": {
+ "isfile": {
+ "datajson_expiredate": {
+ "datajson_toptype": {
+ "datajson_subtype": {
+ "datajson_buyertel": {
+ "datajson_winnertel": {
+ "datajson": {
+ "datajson_id": {
+ "business_label": {
+
+}'