Commit 358a76f4 authored by wwccw0591's avatar wwccw0591

pc

parent 0c6ebc26
...@@ -537,9 +537,9 @@ class ShopkeeperServiceModel extends \Business\AbstractModel ...@@ -537,9 +537,9 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
'type' => 'string', 'type' => 'string',
"analyzer" => "ik_max_word" "analyzer" => "ik_max_word"
), ),
'storeName' => array( 'orderSn' => array(
'type' => 'string', 'type' => 'string',
"analyzer" => "ik_max_word" "index" => "not_analyzed"
), ),
); );
$elasticsTool->createIkField($indexsFiled); $elasticsTool->createIkField($indexsFiled);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment