本文整理自智联招聘资深工程师李世明在「智联招聘推荐场景应用」的实践分享 搜索推荐架构 在讲具体的应用场景之前,我们先看下智联招聘搜索和推荐页面的截图。 这是一个简单的智联搜索...
Elasticsearch中的Ingest pipelines Ingest pipelines[https://www.elastic.co/guide/en/elasti...
Rafal Kuć on January 7, 2021 原文地址[https://sematext.com/blog/solr-vs-elasticsearch-diffe...
当需要将term的权重存储到索引中时,需要保存成payload的格式: 源代码:https://github.com/limingnihao/elasticsearch-re...
aistudio地址:https://aistudio.baidu.com/aistudio/projectdetail/1484526[https://aistudio.b...
关于timeAllowed TimeLimitingCollector FilterLeafCollector在collect每个doc的时候判断是否超时 SolrQuery...
Python PyQt5俄罗斯方块 源代码:https://github.com/limingnihao/tetris/tree/master/python[https://...
在solr中有很多关于字段和字段类型属性,这些属性非常重要,直接决定了我们对solr的理解深度,我一直对这些概念有些模糊,有必要总结下,给自己也给别人留个记录吧。 本文说锁的...
Solr官方文档:near real time searching On the Page Commits and SearchingTransaction Logs(tlo...
UpdateHandlers in SolrConfig On this Page Commitscommit and softCommitautoCommitcommitW...
终于找到最简单的例子了
一个tensorflow小例子给定x和y,y=a*x+b,用梯度下降法计算a和b的值
给定x和y,y=a*x+b,用梯度下降法计算a和b的值