{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

深入理解ElasticSearch

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

深入理解ElasticSearch

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

资深软件开发专家、架构师撰写,系统且深入阐释ElasticSearch涉及的工具、方法、原则和实践

深入剖析ElasticSearch应用过程中遇到的各个层面的问题,涉及分布式索引机制、系统监控及性能优化、用户体验改善、Java API应用,以及自定义插件开发

Content Description

资深软件开发专家、架构师撰写,系统且深入阐释ElasticSearch涉及的工具、方法、原则和实践,深入剖析ElasticSearch应用过程中遇到的各个层面的问题,涉及分布式索引机制、系统监控及性能优化、用户体验改善、Java API应用,以及自定义插件开发等,能为工程师与架构师快速提高ElasticSearch水平提供有效指导。

本书共9章,第1章介绍Apache Lucene的工作方式、ElasticSearch的基本概念以及ElasticSearch的工作机制;第2章描述Lucene评分机制、如何进行查询重写,以及ElasticSearch的批处理API和如何使用过滤器来优化查询;第3章描述如何修改Lucene评分,如何使用不同的倒排索引格式来改变索引字段的结构;第4章阐述如何选择恰当的索引分片、路由工作机制、索引分片机制;第5章介绍如何为具体应用选择正确的目录实现,同时阐述发现、网关、恢复模块及其配置方式,以及调优ElasticSearch的缓存机制;第6章介绍JVM垃圾收集的工作原理、重要性以及如何调优;第7章介绍帮助修正查询中的拼写错误以及构建高效的自动完成机制——查询建议,还展示如何通过使用不同查询类型和ElasticSearch的其他功能来提高查询相关性;第8章重点阐释ElasticSearch的JAVA API;第9章通过演示如何开发你自己的河流和语言处理插件来介绍ElasticSearch的插件开发。

Author Description

Rafa· Ku,资深软件开发专家,现任Sematext集团公司咨询专家及软件工程师。他专注于Apache Lucene、Solr、ElasticSearch、Hadoop stack等开源技术,拥有超过11年的软件研发经验。他还是solr.pl网站的联合创始人,该网站致力于帮助人们解决Solr、Lucene的相关问题。

Marek Rogozińskis,资深软件架构师和咨询师,拥有超过10年的行业从业经验,专注基于开源搜索引擎(如Solr、ElasticSearch等)的解决方案及大数据分析技术(如Hadoop、HBase、Twitter Storm等)。他是solr.pl网站的联合创始人,除本书外,还著有《ElasticSearch Server》。

Comments

ElasticSearch是一个优秀的开源分布式搜索引擎,同时有良好的社区和商业支持。对于中小型的垂直搜索引擎,ElasticSearch是一个不错的选择。本书是一本ElasticSearch的进阶教材,深入剖析DSL、索引控制、分布式实现、系统运维等高级内容,特别适合深入研究ElasticSearch。

—— 徐川明星衣橱CTO,前雅虎高级工程师

ElasticSearch的出现,让开源搜索产品真正进入分布式时代。本书是一本不可多得的关于ElasticSearch的著作,既对ElasticSearch的全文索引、IR模型、分布式机制有深入剖析,又有生动翔实的示例,能帮助读者快速提升在该领域的技术水平。

—— 高剑林腾讯(架构平台部)资深技术专家

除了用于搜索,ElasticSearch也是日志存储、离线数据分析挖掘的利器。本书深入浅出,案例丰富,在信息检索模型、准实时搜索、分布式架构、系统优化等诸多方面都有精彩的论述。

—— 李伟博士微软(bing)数据挖掘组高级工程师

很高兴看到《Mastering ElasticSearch》中文版面市,本书对ElasticSearch的分布式系统架构、系统调优有较深入的探讨,是一本进阶的好读物,其中一些系统设计思维对于文件系统研发人员也是有所裨益的。

—— 许加强前IBM(GPFS)资深工程师

尽管ElasticSearch是一个开源搜索产品,它在百度也被广泛应用。目前已经覆盖到20多个业务线。这本书针对性较强,既不乏典型实例,也有一定的理论深度。非常适合进阶用户阅读。

—— 陈铁兵百度网页搜索部高级工程师

Catalogue

译者序
前言
致谢
作者简介
评审者简介
第1章ElasticSearch简介1
1.1Apache Lucene简介1
1.1.1熟悉Lucene2
1.1.2Lucene的总体架构2
1.1.3分析你的数据3
1.1.4Lucene查询语言4
1.2ElasticSearch简介6
1.2.1ElasticSearch的基本概念7
1.2.2ElasticSearch架构背后的关键概念8
1.2.3ElasticSearch的工作流程9
1.3小结13
第2章查询DSL进阶14
2.1Apache Lucene默认评分公式解释14
2.1.1何时文档被匹配上15
2.1.2TF/IDF评分公式15
2.1.3ElasticSearch如何看评分16
2.2查询改写17
2.2.1前缀查询范例17
2.2.2回顾Apache Lucene19
2.2.3查询改写的属性20
2.3二次评分21
2.3.1理解二次评分21
2.3.2范例数据21
2.3.3查询22
2.3.4二次评分查询的结构22
2.3.5二次评分参数配置23
2.3.6小结24
2.4批量操作24
2.4.1批量取24
2.4.2批量查询26
2.5排序27
2.5.1基于多值字段的排序28
2.5.2基于多值geo字段的排序28
2.5.3基于嵌套对象的排序30
2.6数据更新API31
2.6.1简单字段更新31
2.6.2使用脚本按条件更新32
2.6.3使用更新 API创建或删除文档33
2.7使用过滤器优化查询33
2.7.1过滤器与缓存34
2.7.2词项查找过滤器36
2.8ElasticSearch切面机制中的过滤器与作用域40
2.8.1范例数据40
2.8.2切面计算和过滤41
2.8.3过滤器作为查询的一部分42
2.8.4切面过滤器44
2.8.5全局作用域45
2.9小结47
第3章底层索引控制48
3.1改变Apache Lucene的评分方式48
3.1.1可用的相似度模型49
3.1.2为每字段配置相似度模型49
3.2相似度模型配置50
3.2.1选择默认的相似度模型51
3.2.2配置被选用的相似度模型52
3.3使用编解码器53
3.3.1简单使用范例53
3.3.2工作原理解释54
3.3.3可用的倒排表格式55
3.3.4配置编解码器56
3.4准实时、提交、更新及事务日志58
3.4.1索引更新及更新提交59
3.4.2事务日志60
3.4.3准实时读取62
3.5深入理解数据处理62
3.5.1输入并不总是进行文本分析62
3.5.2范例的使用65
3.5.3索引期更换分词器67
3.5.4搜索时更换分析器68
3.5.5陷阱与默认分析68
3.6控制索引合并68
3.6.1选择正确的合并策略69
3.6.2合并策略配置70
3.6.3调度72
3.7小结73
第4章分布式索引架构74
4.1选择合适的分片和副本数74
4.1.1分片和过度分配75
4.1.2一个过度分配的正面例子75
4.1.3多分片与多索引76
4.1.4副本76
4.2路由76
4.2.1分片和数据77
4.2.2测试路由功能77
4.2.3索引时使用路由80
4.2.4别名83
4.2.5多个路由值83
4.3调整默认的分片分配行为84
4.3.1分片分配器简介84
4.3.2even_shard 分片分配器84
4.3.3balanced分片分配器85
4.3.4自定义分片分配器85
4.3.5裁决者86
4.4调整分片分配88
4.4.1部署意识89
4.4.2过滤91
4.4.3运行时更新分配策略92
4.4.4确定每个节点允许的总分片数93
4.4.5更多的分片分配属性96
4.5查询执行偏好97
4.6应用我们的知识99
4.6.1基本假定99
4.6.2配置100
4.6.3变化来了104
4.7小结105
第5章管理ElasticSearch106
5.1选择正确的目录实现-存储模块106
5.2发现模块的配置109
5.2.1Zen发现109
5.2.2亚马逊EC2发现111
5.2.3本地网关114
5.2.4恢复配置115
5.3索引段统计116
5.3.1segments API简介116
5.3.2索引段信息的可视化118
5.4理解ElasticSearch缓存119
5.4.1过滤器缓存119
5.4.2字段数据缓存121
5.4.3清除缓存126
5.5小结127
第6章故障处理129
6.1了解垃圾回收器129
6.1.1Java内存130
6.1.2处理垃圾回收问题131
6.1.3在类UNIX系统中避免内存交换135
6.2关于I/O调节136
6.2.1控制IO节流136
6.2.2配置136
6.3用预热器提升查询速度138
6.3.1为什么使用预热器138
6.3.2操作预热器138
6.3.3测试预热器141
6.4热点线程144
6.4.1澄清热点线程API的用法误区145
6.4.2热点线程API的响应信息145
6.5现实场景146
6.5.1越来越差的性能146
6.5.2混杂的环境和负载不平衡148
6.5.3我的服务器出故障了149
6.6小结150
第7章改善用户搜索体验151
7.1改正用户拼写错误151
7.1.1测试数据152
7.1.2深入技术细节152
7.1.3completion suggester168
7.2改善查询相关性172
7.2.1数据172
7.2.2改善相关性的探索之旅174
7.3小结188
第8章ElasticSearch Java API189
8.1ElasticSearch Java API简介189
8.2代码190
8.3连接到集群191
8.3.1成为ElasticSearch节点191
8.3.2使用传输机连接方式192
8.3.3选择合适的连接方式193
8.4API剖析194
8.5CRUD操作195
8.5.1读取文档195
8.5.2索引文档197
8.5.3更新文档199
8.5.4删除文档201
8.6ElasticSearch查询203
8.6.1准备查询请求203
8.6.2构造查询203
8.6.3分页206
8.6.4排序207
8.6.5过滤207
8.6.6切面计算208
8.6.7高亮209
8.6.8查询建议209
8.6.9计数210
8.6.10滚动211
8.7批量执行多个操作211
8.7.1批量操作211
8.7.2根据查询删除文档212
8.7.3Multi GET212
8.7.4Multi Search212
8.8Percolator213
8.9explain API214
8.10构造JSON格式的查询和文档214
8.11管理API216
8.11.1集群管理API216
8.11.2索引管理API219
8.12小结226
第9章开发ElasticSearch插件227
9.1建立Apache Maven项目结构227
9.1.1了解基本知识228
9.1.2Maven Java项目的结构228
9.1.3POM的理念228
9.1.4运行构建过程229
9.1.5引入Maven装配插件230
9.2创建一个自定义river插件232
9.2.1实现细节232
9.2.2测试river238
9.3创建自定义分析插件240
9.3.1实现细节240
9.3.2测试自定义分析插件247
9.4小结249

Introduction

欢迎来到ElasticSearch的世界。通过阅读本书,我们将带你接触与ElasticSearch紧密相关的各种话题。本书会从介绍Apache Lucene及ElasticSearch的基本概念开始。即使读者熟悉这些知识,简略的介绍也是很有必要的,掌握背景知识对于全面理解集群构建、索引文档、搜索这些操作背后到底发生了什么至关重要。

之后,读者将学习Lucene的评分过程是如何工作的,如何影响评分,以及如何让ElasticSearch选择不同的评分算法。本书也将介绍什么是查询重写以及进行查询重写的原因。除此之外,本书还将介绍如何修改查询来影响ElasticSearch的缓存功能以及如何最大限度地使用缓存。

接着你将学习索引控制的相关知识:如何通过设置不同的倒排表格式(posting format)来改变索引字段的写入模式;索引的段合并机制和段合并的重要性,以及如何调整段合并来适应应用场景;深入探讨索引分片(shard)的分配机制、路由机制,以及当数据量、查询量日渐增长时的应对策略。

当然本书也不会遗漏垃圾收集的相关内容,包括垃圾收集的工作原理、触发时间以及如何调整垃圾收集的行为。此外,本书也将涉及ElasticSearch状态诊断的介绍,例如,描述系统段合并状况,ElasticSearch在高级API背后是如何工作以及如何限制I/O操作的。然而,本书并不仅限于讨论ElasticSearch的底层机制,同时也涵盖了如何改进用户搜索体验,例如处理拼写检查,高效地输入自动提示以及如何改进查询等内容。

除了前面介绍的那些,本书还将指导读者熟悉ElasticSearch的Java API,并演示它的使用方法,其中不仅包含CRUD(增删查改)等基本功能,同时也包含集群、索引的维护与操作等高级功能。最后,读者将通过开发一个用于数据索引的自定义river插件,以及一个在检索期和索引期用于数据分析的自定义分析插件来深入了解ElasticSearch的扩展机制。

本书主要内容第1章介绍Apache Lucene的工作方式,以及ElasticSearch的基本概念,并演示Elastic-Search的内部工作机制。

第2章描述Lucene评分过程是如何工作的,为什么要进行查询重写,以及查询二次评分(rescore)是如何工作的。除此之外,还将介绍ElasticSearch的批处理API,以及如何使用过滤器(filter)来优化查询。

第3章描述如何修改Lucene评分,并使用不同的倒排索引格式来改变索引字段的结构。此外还会介绍ElasticSearch的准实时搜索和索引,事务日志的使用,理解索引的段合并以及如何调整段合并来适应应用场景。

第4章介绍以下技术:如何选择恰当的索引分片及复制(replicas)数量,路由是如何工作的,索引分片机制是如何工作的以及如何影响分片行为。同时还介绍ElasticSearch如何进行系统初始配置,以及当数据量和查询量急剧增长时如何调整系统配置。

第5章介绍如何为具体应用选择正确的目录(directory)实现,什么是发现(Discovery)、网关(Gateway)、恢复(Recovery)模块,如何配置这些模块,以及有哪些令人困扰的疑难点。最后介绍如何通过ElasticSearch来查看索引段信息,以及如何进行ElasticSearch缓存机制的调优。

第6章介绍JVM垃圾收集的工作原理和重要意义,以及如何对它进行调优。同时还介绍如何控制ElasticSearch的I/O操作数量,什么是预热器(warmer)以及如何使用它,最后介绍如何诊断ElasticSearch中的问题。

第7章介绍查询建议(suggester),它能帮助修正查询中的拼写错误以及构建高效的自动完成(autocomplete)机制。除此之外,将通过实际的案例展示如何使用不同查询类型和ElasticSearch的其他功能来提高查询相关性。

第8章覆盖ElasticSearch的Java API,不仅包括一些基本API,诸如连接到ElasticSearch集群、单条索引或批量索引、检索文档等,而且涵盖ElasticSearch暴露的一些用于控制集群的API。

第9章通过演示如何开发你自己的河流(river)和语言处理(language)插件来介绍ElasticSearch的插件开发。

阅读本书的必备资源本书基于ElasticSearch 0.90.x版本,所有范例代码均能在该版本下正常运行。除此之外,读者需要一个能发送HTTP请求的命令行工具,如curl,该工具在绝大多数操作系统上是可用的。请记住,本书的所有范例都使用了curl,如果读者想使用其他工具,请注意检查请求的格式从而保证所选择的工具能正确解析它。

除此之外,为了运行第8章和第9章的范例,要求已安装JDK,并且需要一个编辑器来开发相关代码(或者类似Eclipse的Java IDE)。书中这两章都使用Apache Maven进行代码的管理与构建。

本书的目标读者本书的目标读者是那些虽然熟悉ElasticSearch基本概念但又想深入了解其本身,同时也对Apache Lucene、JVM垃圾收集感兴趣的ElasticSearch用户和发烧友。除此之外,想了解如何改进查询相关性,如何使用ElasticSearch Java API,如何编写自定义插件的读者,也会发现本书的趣味性和实用性。

如果你是ElasticSearch的初学者,对查询和索引这些基本概念都不熟悉,那么你会发现本书的绝大多数章节难以理解,因为这些内容假定读者已经具备了相关背景知识。这种情况下,建议参考Packt出版社上一本关于ElasticSearch的图书《ElasticSearch Server》。

客户支持亲爱的读者,请随时浏览https://www.elasticsearchserverbook.com,这里列出了本书最新的勘误表,以及相关的扩展阅读。

范例代码下载如果读者通过https://www.packtpub.com账号购买了Packt图书,可直接在本网站下载范例代码。如果你采用了其他购买方式,可登录https://www.packtpub.com/support并注册账号,我们将通过E-mail将代码发送给你。

Acknowledgements 致谢Rafa Ku的致谢本书正是我在完成《ElasticSearch Server》一书以后的下一个写作目标。幸运的是,我顺利实现了这个目标。我并不想逐一介绍所有主题,而是精选了一部分来阐述和分享我所了解的知识。与《ElasticSearch Server》类似,我也不会在本书中囊括所有的主题,毕竟很多小细节并不是那么重要(这依赖具体的使用案例),因此会忽略这部分内容。尽管如此,我还是希望读者能轻松获取所有ElasticSearch、Apache Lucene的相关知识细节,并能轻松快速地掌握感兴趣的知识。

在此,我想感谢我的家庭,我在电脑屏幕前全身心投入本书写作的那些日日夜夜里,他们表现出极大的耐心,他们是我最坚强的后盾。

同样也要感谢Sematext所有的同事,尤其是Otis,感谢他为我付出时间,并让我深刻认识到Sematext是一个非常适合我的公司。

最后,非常诚挚地感谢所有ElasticSearch、Lucene项目的创建者和开发者,感谢他们杰出的工作和对开源项目的热情。没有他们,就没有本书的诞生,没有他们,开源搜索引擎就不会有现在这种活力。再次感谢!

Marek Rogoziński的致谢像往常一样,撰写本书是件非常艰巨的任务。这本书不仅涉及更多的高级话题,同时ElasticSearch的代码也在随时改进。ElasticSearch的开发速度并不会变缓,可以毫不夸张地说,每天都会有新东西呈现。请记住,本书是前一本著作的补充和延续,因此,这意味着我们会忽略上一本著作中已经涉及的内容,并补充该书遗漏的内容。现在看看你是否会成功吧!感谢大家。

感谢ElasticSearch、Lucene及所有相关产品的创建者。

同时也要感谢本书的写作和出版团队。尤其要感谢帮助检查错误、校稿、消除表达歧义的伙伴们。

最后,感谢在本书写作期间给予我坚定支持的所有的朋友。



Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book