Commit b0fe2534 by 傅伟强-富德

Update oracle

1 parent 6e3096b3
Showing with 27 additions and 6 deletions
...@@ -52,25 +52,46 @@ GET policyproinfo/_search ...@@ -52,25 +52,46 @@ GET policyproinfo/_search
], ],
"must_not": [ "must_not": [
{ {
"term": { "match": {
"pp_product_code": { "pp_product_code": {
"value": "CBAN_TN1", "query": "CBAN_TN1",
"operator": "OR",
"prefix_length": 0,
"max_expansions": 50,
"fuzzy_transpositions": true,
"lenient": false,
"zero_terms_query": "NONE",
"auto_generate_synonyms_phrase_query": true,
"boost": 1 "boost": 1
} }
} }
}, },
{ {
"term": { "match": {
"pp_product_code": { "pp_product_code": {
"value": "CBAN_UN1", "query": "CBAN_UN1",
"operator": "OR",
"prefix_length": 0,
"max_expansions": 50,
"fuzzy_transpositions": true,
"lenient": false,
"zero_terms_query": "NONE",
"auto_generate_synonyms_phrase_query": true,
"boost": 1 "boost": 1
} }
} }
}, },
{ {
"term": { "match": {
"pp_product_code": { "pp_product_code": {
"value": "CBAN_VN1", "query": "CBAN_VN1",
"operator": "OR",
"prefix_length": 0,
"max_expansions": 50,
"fuzzy_transpositions": true,
"lenient": false,
"zero_terms_query": "NONE",
"auto_generate_synonyms_phrase_query": true,
"boost": 1 "boost": 1
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!