Created
December 27, 2018 06:36
-
-
Save BlackHole1/786215b7978d0ea2d2d6a431b53c5b44 to your computer and use it in GitHub Desktop.
从Lucene到Elasticsearch:全文检索实战书籍第6章-搜索 所需代码
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"index":{ "_index": "books", "_type": "IT", "_id": "1" }} | |
{"id":"1","title":"Java编程思想","language":"java","author":"Bruce Eckel","price":70.20,"publish_time":"2007-10-01","description":"Java学习必读经典,殿堂级著作!赢得了全球程序员的广泛赞誉。"} | |
{"index":{ "_index": "books", "_type": "IT", "_id": "2" }} | |
{"id":"2","title":"Java程序性能优化","language":"java","author":"葛一鸣","price":46.50,"publish_time":"2012-08-01","description":"让你的Java程序更快、更稳定。深入剖析软件设计层面、代码层面、JVM虚拟机层面的优化方法"} | |
{"index":{ "_index": "books", "_type": "IT", "_id": "3" }} | |
{"id":"3","title":"Python科学计算","language":"python","author":"张若愚","price":81.40,"publish_time":"2016-05-01","description":"零基础学python,光盘中作者独家整合开发winPython运行环境,涵盖了Python各个扩展库"} | |
{"index":{ "_index": "books", "_type": "IT", "_id": "4" }} | |
{"id":"4","title":"Python基础教程","language":"python","author":"Helant","price":54.50,"publish_time":"2014-03-01","description":"经典的Python入门教程,层次鲜明,结构严谨,内容翔实"} | |
{"index":{ "_index": "books", "_type": "IT", "_id": "5" }} | |
{"id":"5","title":"JavaScript高级程序设计","language":"javascript","author":"Nicholas C. Zakas","price":66.40,"publish_time":"2012-10-01","description":"JavaScript技术经典名著"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment