05 2014 档案

solr suggestion case insensitive
摘要:solrconfig.xml 配置 default FuzzyLookupFactory DocumentDictionaryFactory cat price text_spell ... 阅读全文

posted @ 2014-05-31 21:26 学而知之者 阅读(919) 评论(0) 推荐(0)

solr DIH 数据配置文件的理解
摘要:Thequerygives the data needed to populate fields of the Solr document in full-importThedeltaImportQuerygives the data needed to populate fields when r... 阅读全文

posted @ 2014-05-22 21:49 学而知之者 阅读(217) 评论(0) 推荐(0)

C实现的同步互斥Queue
摘要:#ifndef __MYQUEUE_H_#define __MYQUEUE_H_#include #include #include #include #include using namespace std;template class Queue{ public: Queue... 阅读全文

posted @ 2014-05-12 16:34 学而知之者 阅读(299) 评论(0) 推荐(0)