文件名称:backbone-db-elasticsearch:用于主干数据库的 Elasticsearch 驱动程序
文件大小:12KB
文件格式:ZIP
更新时间:2024-07-27 04:33:40
JavaScript
主干数据库弹性搜索 定义搜索属性 例子: var TestModel = Model . extend ( { ... type : 'footype' , searchOptions : { index : 'testidx' , } , searchValues : function ( ) { return this . toJSON ( ) ; } } ) ; 类型 Type 定义了文档的 搜索选项 seachOptions对象必须定义: index: 存储文档的索引 搜索值 searchValues 函数应返回包含要索引的键和值的对象。 将数据添加到索引 var model = new TestModel ( { title : 'testtitle' , value : 45 , id : 1 } ) ; model
【文件预览】:
backbone-db-elasticsearch-master
----.travis.yml(144B)
----index.js(10KB)
----package.json(815B)
----.jscs.json(771B)
----test()
--------test.elasticsearch.js(9KB)
--------setup.js(1KB)
--------test.crud.js(6KB)
----Readme.md(3KB)
----.gitignore(50B)
----Makefile(895B)
----.jshintrc(3KB)