123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- curl -XPUT http://192.168.3.11:9800/bidding_v5 -d '{
- "settings": {
- "index": {
- "analysis": {
- "analyzer": {
- "my_ngram_title": {
- "filter": [
- "lowercase"
- ],
- "tokenizer": "my_ngram_title"
- },
- "douhao": {
- "type": "pattern",
- "pattern": ","
- },
- "my_ngram": {
- "filter": [
- "lowercase"
- ],
- "tokenizer": "my_ngram"
- }
- },
- "tokenizer": {
- "my_ngram_title": {
- "token_chars": [
- "letter",
- "digit",
- "punctuation",
- "symbol"
- ],
- "min_gram": "1",
- "type": "nGram",
- "max_gram": "1"
- },
- "my_ngram": {
- "token_chars": [
- "letter",
- "digit",
- "punctuation",
- "symbol"
- ],
- "min_gram": "2",
- "type": "nGram",
- "max_gram": "2"
- }
- }
- },
- "number_of_shards": "5",
- "number_of_replicas": "0"
- }
- },
- "mappings": {
- "bidding": {
- "transform": {
- "lang": "groovy",
- "script": "ctx._source[\"id\"] = ctx._source[\"_id\"]"
- },
- "_id": {
- "path": "_id"
- },
- "_all": {
- "enabled": false
- },
- "properties": {
- "buyerzipcode": {
- "index": "not_analyzed",
- "type": "string"
- },
- "winnertel": {
- "index": "not_analyzed",
- "type": "string"
- },
- "winnerperson": {
- "index": "not_analyzed",
- "type": "string"
- },
- "contractcode": {
- "index": "not_analyzed",
- "type": "string"
- },
- "winneraddr": {
- "index": "not_analyzed",
- "type": "string"
- },
- "agencyaddr": {
- "index": "not_analyzed",
- "type": "string"
- },
- "buyeraddr": {
- "index": "not_analyzed",
- "type": "string"
- },
- "signaturedate": {
- "type": "long"
- },
- "projectperiod": {
- "index": "not_analyzed",
- "type": "string"
- },
- "projectaddr": {
- "index": "not_analyzed",
- "type": "string"
- },
- "agencytel": {
- "index": "not_analyzed",
- "type": "string"
- },
- "agencyperson": {
- "index": "not_analyzed",
- "type": "string"
- },
- "buyerperson": {
- "index": "not_analyzed",
- "type": "string"
- },
- "agency": {
- "index": "not_analyzed",
- "type": "string"
- },
- "projectscope": {
- "index": "not_analyzed",
- "type": "string"
- },
- "projectcode": {
- "index": "not_analyzed",
- "type": "string"
- },
- "bidopentime": {
- "type": "long"
- },
- "supervisorrate": {
- "type": "double"
- },
- "buyertel": {
- "index": "not_analyzed",
- "type": "string"
- },
- "bidamount": {
- "type": "double"
- },
- "winner": {
- "index": "not_analyzed",
- "type": "string"
- },
- "buyer": {
- "index": "not_analyzed",
- "type": "string"
- },
- "budget": {
- "type": "double"
- },
- "projectname": {
- "index": "not_analyzed",
- "type": "string"
- },
- "bidstatus": {
- "index": "not_analyzed",
- "type": "string"
- },
- "buyerclass": {
- "index": "not_analyzed",
- "type": "string"
- },
- "topscopeclass": {
- "index": "not_analyzed",
- "type": "string"
- },
- "s_subscopeclass": {
- "analyzer": "douhao",
- "type": "string"
- },
- "area": {
- "index": "not_analyzed",
- "type": "string"
- },
- "city": {
- "index": "not_analyzed",
- "type": "string"
- },
- "district": {
- "index": "not_analyzed",
- "type": "string"
- },
- "s_winner": {
- "analyzer": "douhao",
- "type": "string"
- },
- "id": {
- "index": "not_analyzed",
- "type": "string"
- },
- "title": {
- "analyzer": "my_ngram_title",
- "type": "string"
- },
- "detail": {
- "analyzer": "my_ngram",
- "type": "string"
- },
- "site": {
- "index": "not_analyzed",
- "type": "string"
- },
- "comeintime": {
- "type": "long"
- },
- "href": {
- "index": "not_analyzed",
- "type": "string"
- },
- "infoformat": {
- "type": "long"
- },
- "publishtime": {
- "type": "long"
- },
- "s_sha": {
- "index": "not_analyzed",
- "type": "string"
- },
- "spidercode": {
- "index": "not_analyzed",
- "type": "string"
- },
- "toptype": {
- "index": "not_analyzed",
- "type": "string"
- },
- "subtype": {
- "index": "not_analyzed",
- "type": "string"
- },
- "projectinfo": {
- "properties": {
- "approvecode": {
- "type": "string"
- },
- "approvecontent": {
- "type": "string"
- },
- "approvestatus": {
- "type": "string"
- },
- "approvetime": {
- "type": "string"
- },
- "approvedept": {
- "type": "string"
- },
- "approvenumber": {
- "type": "string"
- },
- "projecttype": {
- "type": "string"
- },
- "approvecity": {
- "type": "string"
- }
- }
- },
- "attachments": {
- "analyzer": "my_ngram",
- "type": "string"
- },
- "filetext": {
- "type":"string",
- "analyzer": "my_ngram"
- },
- "purchasing": {
- "type":"string",
- "analyzer": "douhao"
- },
- "purchasinglist": {
- "properties":{
- "itemname":{
- "type":"string"
- },
- "model":{
- "type":"string"
- },
- "unitname":{
- "type":"string"
- },
- "number":{
- "type":"double"
- }
- }
- },
- "tagname":{
- "analyzer": "douhao",
- "type":"string"
- },
- "s_topscopeclass":{
- "analyzer": "douhao",
- "type":"string"
- },
- "channel": {
- "index": "not_analyzed",
- "type": "string"
- },
- "winnerorder": {
- "properties":{
- "sort":{
- "type":"integer"
- },
- "sortstr":{
- "type":"string"
- },
- "entname":{
- "type":"string"
- }
- }
- }
- }
- }
- }
- }'
|